Shades of Goldenrod #DDDD80
Tints of Goldenrod #DDDD80
RGB
CMYK
RGB Variations
Color information
#DDDD80 (or 0xDDDD80) is known color: Goldenrod. HEX triplet: DD, DD and 80. RGB value is (221,221,128). Sum of RGB (Red+Green+Blue) = 221+221+128=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD80 is #22227F. Grayscale: #D2D2D2. Windows color (decimal): -2237056 or 8445405. OLE color: 8445405.
HSL color Cylindrical-coordinate representation of color #DDDD80: hue angle of 60º 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 #DDDD80 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 128 | - |
| CMYK | 0 | 0 | 0.42 | 0.13 |
| HSL | 60º | 0.58% | 0.68% | - |
| HSV(B) | 60º | 0.42% | 0.87% | - |
| XYZ | 59.57 | 68.64 | 30.53 | - |
| YUV | 210.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 128 | 0 | 0 | 0.42 | 0.13 | 60 | 0.58 | 0.68 |
| Hex | DD | DD | 80 | 0 | 0 | 2A | D | 3C | 3A | 44 |
| Octal | 335 | 335 | 200 | 0 | 0 | 52 | 15 | 74 | 72 | 104 |
| Binary | 11011101 | 11011101 | 10000000 | 0 | 0 | 101010 | 1101 | 111100 | 111010 | 1000100 |
Color Harmonies of #DDDD80
Complementary color
Monochromatic Colors of #DDDD80
Black with #DDDD80
Text Example
Text Example
White with #DDDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD80; }
p { color: rgb(221,221,128); }
H1.HeaderClassName
{
color: #DDDD80;
}
.AnyTagClassName
{
color: #DDDD80;
}
</style>
background-color css
<style>
a { background-color: #DDDD80; }
a { background-color: rgb(221,221,128); }
div.DivClassName
{
background-color: #DDDD80;
}
.BgClassName
{
background-color: #DDDD80;
}
</style>
border-color css
<style>
span { border-color: #DDDD80; }
span { border-color: rgb(221,221,128); }
td.TdClassName
{
border-color: #DDDD80;
}
.TagClassName
{
border-color: #DDDD80;
}
</style>