Shades of Goldenrod #DDDC76
Tints of Goldenrod #DDDC76
RGB
CMYK
RGB Variations
Color information
#DDDC76 (or 0xDDDC76) is known color: Goldenrod. HEX triplet: DD, DC and 76. RGB value is (221,220,118). Sum of RGB (Red+Green+Blue) = 221+220+118=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC76 is #222389. Grayscale: #D1D1D1. Windows color (decimal): -2237322 or 7789789. OLE color: 7789789.
HSL color Cylindrical-coordinate representation of color #DDDC76: hue angle of 59.42º 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 #DDDC76 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 118 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.13 |
| HSL | 59.42º | 0.6% | 0.66% | - |
| HSV(B) | 59.42º | 0.47% | 0.87% | - |
| XYZ | 58.68 | 67.87 | 27.15 | - |
| YUV | 208.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 118 | 0 | 0.00 | 0.47 | 0.13 | 59.42 | 0.6 | 0.66 |
| Hex | DD | DC | 76 | 0 | 0 | 2F | D | 3B | 3C | 42 |
| Octal | 335 | 334 | 166 | 0 | 0 | 57 | 15 | 73 | 74 | 102 |
| Binary | 11011101 | 11011100 | 1110110 | 0 | 0 | 101111 | 1101 | 111011 | 111100 | 1000010 |
Color Harmonies of #DDDC76
Complementary color
Monochromatic Colors of #DDDC76
Black with #DDDC76
Text Example
Text Example
White with #DDDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC76; }
p { color: rgb(221,220,118); }
H1.HeaderClassName
{
color: #DDDC76;
}
.AnyTagClassName
{
color: #DDDC76;
}
</style>
background-color css
<style>
a { background-color: #DDDC76; }
a { background-color: rgb(221,220,118); }
div.DivClassName
{
background-color: #DDDC76;
}
.BgClassName
{
background-color: #DDDC76;
}
</style>
border-color css
<style>
span { border-color: #DDDC76; }
span { border-color: rgb(221,220,118); }
td.TdClassName
{
border-color: #DDDC76;
}
.TagClassName
{
border-color: #DDDC76;
}
</style>