Shades of Goldenrod #DDD876
Tints of Goldenrod #DDD876
RGB
CMYK
RGB Variations
Color information
#DDD876 (or 0xDDD876) is known color: 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
| RGB | 221 | 216 | 118 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.13 |
| HSL | 57.09º | 0.6% | 0.66% | - |
| HSV(B) | 57.09º | 0.47% | 0.87% | - |
| XYZ | 57.64 | 65.79 | 26.8 | - |
| YUV | 206.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 118 | 0 | 0.02 | 0.47 | 0.13 | 57.09 | 0.6 | 0.66 |
| Hex | DD | D8 | 76 | 0 | 2 | 2F | D | 39 | 3C | 42 |
| Octal | 335 | 330 | 166 | 0 | 2 | 57 | 15 | 71 | 74 | 102 |
| Binary | 11011101 | 11011000 | 1110110 | 0 | 10 | 101111 | 1101 | 111001 | 111100 | 1000010 |
Color Harmonies of #DDD876
Complementary color
Monochromatic Colors of #DDD876
Black with #DDD876
Text Example
Text Example
White with #DDD876
Text Example
Text Example
HTML Codes & Css Web 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>