#DEE17D

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

Shades of Goldenrod #DEE17D

Tints of Goldenrod #DEE17D

Color information

#DEE17D (or 0xDEE17D) is unknown color: approx Goldenrod. HEX triplet: DE, E1 and 7D. RGB value is (222,225,125). Sum of RGB (Red+Green+Blue) = 222+225+125=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE17D is #211E82. Grayscale: #D5D5D5. Windows color (decimal): -2170499 or 8249822. OLE color: 8249822.

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

Color convert

RGB222225125-
CMYK0.0100.440.12
HSL61.8º62.5%68.63%-
HSV(B)61.8º44.44%88.24%-
XYZ60.7570.8629.88-
YUV212.778.51134.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 225 (88.28% from 255) = 39.34%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=38.81%
G=39.34%
B=21.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251250.0100.440.1261.862.568.63
HexDEE17D102CC3e3e45
Octal3363411751054147676105
Binary110111101110000111111011010110011001111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE17D; }

 p { color: rgb(222,225,125); }

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

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

 a { background-color: rgb(222,225,125); }

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

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

 span { border-color: rgb(222,225,125); }

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