#DEE59B

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

Shades of Primrose #DEE59B

Tints of Primrose #DEE59B

Color information

#DEE59B (or 0xDEE59B) is unknown color: approx Primrose. HEX triplet: DE, E5 and 9B. RGB value is (222,229,155). Sum of RGB (Red+Green+Blue) = 222+229+155=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE59B is #211A64. Grayscale: #DADADA. Windows color (decimal): -2169445 or 10216926. OLE color: 10216926.

HSL color Cylindrical-coordinate representation of color #DEE59B: hue angle of 65.68º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE59B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB222229155-
CMYK0.0300.320.10
HSL65.68º58.73%75.29%-
HSV(B)65.68º32.31%89.8%-
XYZ64.0673.9341.9-
YUV218.4792.18130.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 229 (89.84% from 255) = 37.79%
BLUE value IS 155 (60.94% from 255) = 25.58%
R=36.63%
G=37.79%
B=25.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222291550.0300.320.1065.6858.7375.29
HexDEE59B3020A423b4b
Octal33634523330401210273113
Binary110111101110010110011011110100000101010000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE59B; }

 p { color: rgb(222,229,155); }

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

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

 a { background-color: rgb(222,229,155); }

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

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

 span { border-color: rgb(222,229,155); }

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