#DEE06F

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

Shades of Goldenrod #DEE06F

Tints of Goldenrod #DEE06F

Color information

#DEE06F (or 0xDEE06F) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 6F. RGB value is (222,224,111). Sum of RGB (Red+Green+Blue) = 222+224+111=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06F is #211F90. Grayscale: #D2D2D2. Windows color (decimal): -2170769 or 7332062. OLE color: 7332062.

HSL color Cylindrical-coordinate representation of color #DEE06F: hue angle of 61.06º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE06F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB222224111-
CMYK0.0100.500.12
HSL61.06º64.57%65.69%-
HSV(B)61.06º50.45%87.84%-
XYZ59.6569.9925.4-
YUV210.5271.84136.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 224 (87.89% from 255) = 40.22%
BLUE value IS 111 (43.75% from 255) = 19.93%
R=39.86%
G=40.22%
B=19.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241110.0100.500.1261.0664.5765.69
HexDEE06F1032C3d4142
Octal33634015710621475101102
Binary1101111011100000110111110110010110011110110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE06F; }

 p { color: rgb(222,224,111); }

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

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

 a { background-color: rgb(222,224,111); }

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

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

 span { border-color: rgb(222,224,111); }

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