#DDD976

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

Shades of Goldenrod #DDD976

Tints of Goldenrod #DDD976

Color information

#DDD976 (or 0xDDD976) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 76. RGB value is (221,217,118). Sum of RGB (Red+Green+Blue) = 221+217+118=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD976 is #222689. Grayscale: #CFCFCF. Windows color (decimal): -2238090 or 7789021. OLE color: 7789021.

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

Color convert

RGB221217118-
CMYK00.020.470.13
HSL57.67º60.23%66.47%-
HSV(B)57.67º46.61%86.67%-
XYZ57.966.3126.89-
YUV206.9177.83138.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=39.75%
G=39.03%
B=21.22%

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
Decimal22121711800.020.470.1357.6760.2366.47
HexDDD976022FD3a3c42
Octal3353311660257157274102
Binary1101110111011001111011001010111111011110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD976; }

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

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

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

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

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

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

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

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