Shades of Goldenrod #DDDD76
Tints of Goldenrod #DDDD76
RGB
CMYK
RGB Variations
Color information
#DDDD76 (or 0xDDDD76) is known color: Goldenrod. HEX triplet: DD, DD and 76. RGB value is (221,221,118). Sum of RGB (Red+Green+Blue) = 221+221+118=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD76 is #222289. Grayscale: #D1D1D1. Windows color (decimal): -2237066 or 7790045. OLE color: 7790045.
HSL color Cylindrical-coordinate representation of color #DDDD76: hue angle of 60º 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 #DDDD76 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 118 | - |
| CMYK | 0 | 0 | 0.47 | 0.13 |
| HSL | 60º | 0.6% | 0.66% | - |
| HSV(B) | 60º | 0.47% | 0.87% | - |
| XYZ | 58.95 | 68.39 | 27.23 | - |
| YUV | 209.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 118 | 0 | 0 | 0.47 | 0.13 | 60 | 0.6 | 0.66 |
| Hex | DD | DD | 76 | 0 | 0 | 2F | D | 3C | 3C | 42 |
| Octal | 335 | 335 | 166 | 0 | 0 | 57 | 15 | 74 | 74 | 102 |
| Binary | 11011101 | 11011101 | 1110110 | 0 | 0 | 101111 | 1101 | 111100 | 111100 | 1000010 |
Color Harmonies of #DDDD76
Complementary color
Monochromatic Colors of #DDDD76
Black with #DDDD76
Text Example
Text Example
White with #DDDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD76; }
p { color: rgb(221,221,118); }
H1.HeaderClassName
{
color: #DDDD76;
}
.AnyTagClassName
{
color: #DDDD76;
}
</style>
background-color css
<style>
a { background-color: #DDDD76; }
a { background-color: rgb(221,221,118); }
div.DivClassName
{
background-color: #DDDD76;
}
.BgClassName
{
background-color: #DDDD76;
}
</style>
border-color css
<style>
span { border-color: #DDDD76; }
span { border-color: rgb(221,221,118); }
td.TdClassName
{
border-color: #DDDD76;
}
.TagClassName
{
border-color: #DDDD76;
}
</style>