#DEE376

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

Shades of Goldenrod #DEE376

Tints of Goldenrod #DEE376

Color information

#DEE376 (or 0xDEE376) is unknown color: approx Goldenrod. HEX triplet: DE, E3 and 76. RGB value is (222,227,118). Sum of RGB (Red+Green+Blue) = 222+227+118=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE376 is #211C89. Grayscale: #D5D5D5. Windows color (decimal): -2169994 or 7791582. OLE color: 7791582.

HSL color Cylindrical-coordinate representation of color #DEE376: hue angle of 62.75º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE376 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB222227118-
CMYK0.0200.480.11
HSL62.75º66.06%67.65%-
HSV(B)62.75º48.02%89.02%-
XYZ60.8671.7827.79-
YUV213.0874.34134.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=39.15%
G=40.04%
B=20.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271180.0200.480.1162.7566.0667.65
HexDEE3762030B3f4244
Octal33634316620601377102104
Binary11011110111000111110110100110000101111111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE376; }

 p { color: rgb(222,227,118); }

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

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

 a { background-color: rgb(222,227,118); }

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

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

 span { border-color: rgb(222,227,118); }

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