Shades of Goldenrod #DDDC80
Tints of Goldenrod #DDDC80
RGB
CMYK
RGB Variations
Color information
#DDDC80 (or 0xDDDC80) is known color: Goldenrod. HEX triplet: DD, DC and 80. RGB value is (221,220,128). Sum of RGB (Red+Green+Blue) = 221+220+128=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC80 is #22237F. Grayscale: #D2D2D2. Windows color (decimal): -2237312 or 8445149. OLE color: 8445149.
HSL color Cylindrical-coordinate representation of color #DDDC80: hue angle of 59.35º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDDC80 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 128 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.13 |
| HSL | 59.35º | 0.58% | 0.68% | - |
| HSV(B) | 59.35º | 0.42% | 0.87% | - |
| XYZ | 59.31 | 68.12 | 30.44 | - |
| YUV | 209.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 128 | 0 | 0.00 | 0.42 | 0.13 | 59.35 | 0.58 | 0.68 |
| Hex | DD | DC | 80 | 0 | 0 | 2A | D | 3B | 3A | 44 |
| Octal | 335 | 334 | 200 | 0 | 0 | 52 | 15 | 73 | 72 | 104 |
| Binary | 11011101 | 11011100 | 10000000 | 0 | 0 | 101010 | 1101 | 111011 | 111010 | 1000100 |
Color Harmonies of #DDDC80
Complementary color
Monochromatic Colors of #DDDC80
Black with #DDDC80
Text Example
Text Example
White with #DDDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC80; }
p { color: rgb(221,220,128); }
H1.HeaderClassName
{
color: #DDDC80;
}
.AnyTagClassName
{
color: #DDDC80;
}
</style>
background-color css
<style>
a { background-color: #DDDC80; }
a { background-color: rgb(221,220,128); }
div.DivClassName
{
background-color: #DDDC80;
}
.BgClassName
{
background-color: #DDDC80;
}
</style>
border-color css
<style>
span { border-color: #DDDC80; }
span { border-color: rgb(221,220,128); }
td.TdClassName
{
border-color: #DDDC80;
}
.TagClassName
{
border-color: #DDDC80;
}
</style>