#DEE58C

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

Shades of Primrose #DEE58C

Tints of Primrose #DEE58C

Color information

#DEE58C (or 0xDEE58C) is unknown color: approx Primrose. HEX triplet: DE, E5 and 8C. RGB value is (222,229,140). Sum of RGB (Red+Green+Blue) = 222+229+140=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58C is #211A73. Grayscale: #D9D9D9. Windows color (decimal): -2169460 or 9233886. OLE color: 9233886.

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

Color convert

RGB222229140-
CMYK0.0300.390.10
HSL64.72º63.12%72.35%-
HSV(B)64.72º38.86%89.8%-
XYZ62.8873.4635.68-
YUV216.7684.68131.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.56%
GREEN value IS 229 (89.84% from 255) = 38.75%
BLUE value IS 140 (55.08% from 255) = 23.69%
R=37.56%
G=38.75%
B=23.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222291400.0300.390.1064.7263.1272.35
HexDEE58C3027A413f48
Octal33634521430471210177110
Binary110111101110010110001100110100111101010000011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE58C; }

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

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

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

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

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

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

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

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