#DEE07C

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

Shades of Goldenrod #DEE07C

Tints of Goldenrod #DEE07C

Color information

#DEE07C (or 0xDEE07C) is unknown color: approx Goldenrod. HEX triplet: DE, E0 and 7C. RGB value is (222,224,124). Sum of RGB (Red+Green+Blue) = 222+224+124=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE07C is #211F83. Grayscale: #D4D4D4. Windows color (decimal): -2170756 or 8184030. OLE color: 8184030.

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

Color convert

RGB222224124-
CMYK0.0100.450.12
HSL61.2º61.73%68.24%-
HSV(B)61.2º44.64%87.84%-
XYZ60.4270.329.45-
YUV21278.34135.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 224 (87.89% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=38.95%
G=39.30%
B=21.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222241240.0100.450.1261.261.7368.24
HexDEE07C102DC3d3e44
Octal3363401741055147576104
Binary110111101110000011111001010110111001111011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE07C; }

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

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

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

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

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

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

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

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