#dce498

Color #DCE498 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCE498

Tints of Primrose #DCE498

Color information

#DCE498 (or 0xDCE498) is unknown color: approx Primrose. HEX triplet: DC, E4 and 98. RGB value is (220,228,152). Sum of RGB (Red+Green+Blue) = 220+228+152=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE498 is #231B67. Grayscale: #D9D9D9. Windows color (decimal): -2300776 or 10020060. OLE color: 10020060.

HSL color Cylindrical-coordinate representation of color #DCE498: hue angle of 66.32º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE498 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB220228152-
CMYK0.0400.330.11
HSL66.32º58.46%74.51%-
HSV(B)66.32º33.33%89.41%-
XYZ62.9372.9740.47-
YUV216.9491.35130.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 228 (89.45% from 255) = 38%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=36.67%
G=38%
B=25.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281520.0400.330.1166.3258.4674.51
HexDCE4984021B423a4b
Octal33434423040411310272113
Binary1101110011100100100110001000100001101110000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dce498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dce498; }

 p { color: rgb(220,228,152); }

 H1.HeaderClassName
 {
   color: #dce498;
 }
 .AnyTagClassName
 {
   color: #dce498;
 }
</style>
background-color css

<style>
 a { background-color: #dce498; }

 a { background-color: rgb(220,228,152); }

 div.DivClassName
 {
   background-color: #dce498;
 }
 .BgClassName
 {
   background-color: #dce498;
 }
</style>
border-color css

<style>
 span { border-color: #dce498; }

 span { border-color: rgb(220,228,152); }

 td.TdClassName
 {
   border-color: #dce498;
 }
 .TagClassName
 {
   border-color: #dce498;
 }
</style>