#DEE06C

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

Shades of Goldenrod #DEE06C

Tints of Goldenrod #DEE06C

Color information

#DEE06C (or 0xDEE06C) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 6C. RGB value is (222,224,108). Sum of RGB (Red+Green+Blue) = 222+224+108=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE06C is #211F93. Grayscale: #D2D2D2. Windows color (decimal): -2170772 or 7135454. OLE color: 7135454.

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

Color convert

RGB222224108-
CMYK0.0100.520.12
HSL61.03º65.17%65.1%-
HSV(B)61.03º51.79%87.84%-
XYZ59.4969.9224.55-
YUV210.1870.34136.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.07%
GREEN value IS 224 (87.89% from 255) = 40.43%
BLUE value IS 108 (42.58% from 255) = 19.49%
R=40.07%
G=40.43%
B=19.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241080.0100.520.1261.0365.1765.1
HexDEE06C1034C3d4141
Octal33634015410641475101101
Binary1101111011100000110110010110100110011110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE06C; }

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

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

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

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

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

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

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

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