#DED976

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

Shades of Goldenrod #DED976

Tints of Goldenrod #DED976

Color information

#DED976 (or 0xDED976) is unknown color: approx Goldenrod. HEX triplet: DE, D9 and 76. RGB value is (222,217,118). Sum of RGB (Red+Green+Blue) = 222+217+118=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED976 is #212689. Grayscale: #CFCFCF. Windows color (decimal): -2172554 or 7789022. OLE color: 7789022.

HSL color Cylindrical-coordinate representation of color #DED976: hue angle of 57.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED976 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB222217118-
CMYK00.020.470.13
HSL57.12º61.18%66.67%-
HSV(B)57.12º46.85%87.06%-
XYZ58.2166.4626.9-
YUV207.2177.66138.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.86%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 21.18%
R=39.86%
G=38.96%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221711800.020.470.1357.1261.1866.67
HexDED976022FD393d43
Octal3363311660257157175103
Binary1101111011011001111011001010111111011110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED976; }

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

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

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

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

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

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

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

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