Shades of Goldenrod #DDDC70
Tints of Goldenrod #DDDC70
RGB
CMYK
RGB Variations
Color information
#DDDC70 (or 0xDDDC70) is known color: Goldenrod. HEX triplet: DD, DC and 70. RGB value is (221,220,112). Sum of RGB (Red+Green+Blue) = 221+220+112=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC70 is #22238F. Grayscale: #D0D0D0. Windows color (decimal): -2237328 or 7396573. OLE color: 7396573.
HSL color Cylindrical-coordinate representation of color #DDDC70: hue angle of 59.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDDC70 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 112 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.13 |
| HSL | 59.45º | 0.62% | 0.65% | - |
| HSV(B) | 59.45º | 0.49% | 0.87% | - |
| XYZ | 58.34 | 67.73 | 25.33 | - |
| YUV | 207.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 112 | 0 | 0.00 | 0.49 | 0.13 | 59.45 | 0.62 | 0.65 |
| Hex | DD | DC | 70 | 0 | 0 | 31 | D | 3B | 3E | 41 |
| Octal | 335 | 334 | 160 | 0 | 0 | 61 | 15 | 73 | 76 | 101 |
| Binary | 11011101 | 11011100 | 1110000 | 0 | 0 | 110001 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DDDC70
Complementary color
Monochromatic Colors of #DDDC70
Black with #DDDC70
Text Example
Text Example
White with #DDDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC70; }
p { color: rgb(221,220,112); }
H1.HeaderClassName
{
color: #DDDC70;
}
.AnyTagClassName
{
color: #DDDC70;
}
</style>
background-color css
<style>
a { background-color: #DDDC70; }
a { background-color: rgb(221,220,112); }
div.DivClassName
{
background-color: #DDDC70;
}
.BgClassName
{
background-color: #DDDC70;
}
</style>
border-color css
<style>
span { border-color: #DDDC70; }
span { border-color: rgb(221,220,112); }
td.TdClassName
{
border-color: #DDDC70;
}
.TagClassName
{
border-color: #DDDC70;
}
</style>