#DCE499

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

Shades of Primrose #DCE499

Tints of Primrose #DCE499

Color information

#DCE499 (or 0xDCE499) is unknown color: approx Primrose. HEX triplet: DC, E4 and 99. RGB value is (220,228,153). Sum of RGB (Red+Green+Blue) = 220+228+153=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 153 (60.16% from 255 or 25.46% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE499 is #231B66. Grayscale: #D9D9D9. Windows color (decimal): -2300775 or 10085596. OLE color: 10085596.

HSL color Cylindrical-coordinate representation of color #DCE499: hue angle of 66.4º 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 #DCE499 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB220228153-
CMYK0.0400.330.11
HSL66.4º58.14%74.71%-
HSV(B)66.4º32.89%89.41%-
XYZ63.017340.91-
YUV217.0691.85130.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 153 (60.16% from 255) = 25.46%
R=36.61%
G=37.94%
B=25.46%

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
Decimal2202281530.0400.330.1166.458.1474.71
HexDCE4994021B423a4b
Octal33434423140411310272113
Binary1101110011100100100110011000100001101110000101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE499; }

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

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

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

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

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

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

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

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