#DED977

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

Shades of Goldenrod #DED977

Tints of Goldenrod #DED977

Color information

#DED977 (or 0xDED977) is unknown color: approx Goldenrod. HEX triplet: DE, D9 and 77. RGB value is (222,217,119). Sum of RGB (Red+Green+Blue) = 222+217+119=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DED977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED977 is #212688. Grayscale: #CFCFCF. Windows color (decimal): -2172553 or 7854558. OLE color: 7854558.

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

Color convert

RGB222217119-
CMYK00.020.460.13
HSL57.09º60.95%66.86%-
HSV(B)57.09º46.4%87.06%-
XYZ58.2766.4927.22-
YUV207.3278.16138.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 119 (46.88% from 255) = 21.33%
R=39.78%
G=38.89%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221711900.020.460.1357.0960.9566.86
HexDED977022ED393d43
Octal3363311670256157175103
Binary1101111011011001111011101010111011011110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED977; }

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

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

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

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

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

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

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

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