#DDD876

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

Shades of Goldenrod #DDD876

Tints of Goldenrod #DDD876

Color information

#DDD876 (or 0xDDD876) is unknown color: approx Goldenrod. HEX triplet: DD, D8 and 76. RGB value is (221,216,118). Sum of RGB (Red+Green+Blue) = 221+216+118=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD876 is #222789. Grayscale: #CECECE. Windows color (decimal): -2238346 or 7788765. OLE color: 7788765.

HSL color Cylindrical-coordinate representation of color #DDD876: hue angle of 57.09º 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 #DDD876 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221216118-
CMYK00.020.470.13
HSL57.09º60.23%66.47%-
HSV(B)57.09º46.61%86.67%-
XYZ57.6465.7926.8-
YUV206.3278.16138.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=39.82%
G=38.92%
B=21.26%

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
Decimal22121611800.020.470.1357.0960.2366.47
HexDDD876022FD393c42
Octal3353301660257157174102
Binary1101110111011000111011001010111111011110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD876; }

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

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

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

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

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

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

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

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