Shades of Goldenrod #DDDC7C
Tints of Goldenrod #DDDC7C
RGB
CMYK
RGB Variations
Color information
#DDDC7C (or 0xDDDC7C) is known color: Goldenrod. HEX triplet: DD, DC and 7C. RGB value is (221,220,124). Sum of RGB (Red+Green+Blue) = 221+220+124=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC7C is #222383. Grayscale: #D1D1D1. Windows color (decimal): -2237316 or 8183005. OLE color: 8183005.
HSL color Cylindrical-coordinate representation of color #DDDC7C: hue angle of 59.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDDC7C is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 124 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.13 |
| HSL | 59.38º | 0.59% | 0.68% | - |
| HSV(B) | 59.38º | 0.44% | 0.87% | - |
| XYZ | 59.05 | 68.01 | 29.08 | - |
| YUV | 209.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 124 | 0 | 0.00 | 0.44 | 0.13 | 59.38 | 0.59 | 0.68 |
| Hex | DD | DC | 7C | 0 | 0 | 2C | D | 3B | 3B | 44 |
| Octal | 335 | 334 | 174 | 0 | 0 | 54 | 15 | 73 | 73 | 104 |
| Binary | 11011101 | 11011100 | 1111100 | 0 | 0 | 101100 | 1101 | 111011 | 111011 | 1000100 |
Color Harmonies of #DDDC7C
Complementary color
Monochromatic Colors of #DDDC7C
Black with #DDDC7C
Text Example
Text Example
White with #DDDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC7C; }
p { color: rgb(221,220,124); }
H1.HeaderClassName
{
color: #DDDC7C;
}
.AnyTagClassName
{
color: #DDDC7C;
}
</style>
background-color css
<style>
a { background-color: #DDDC7C; }
a { background-color: rgb(221,220,124); }
div.DivClassName
{
background-color: #DDDC7C;
}
.BgClassName
{
background-color: #DDDC7C;
}
</style>
border-color css
<style>
span { border-color: #DDDC7C; }
span { border-color: rgb(221,220,124); }
td.TdClassName
{
border-color: #DDDC7C;
}
.TagClassName
{
border-color: #DDDC7C;
}
</style>