Shades of Goldenrod #DDDB79
Tints of Goldenrod #DDDB79
RGB
CMYK
RGB Variations
Color information
#DDDB79 (or 0xDDDB79) is known color: Goldenrod. HEX triplet: DD, DB and 79. RGB value is (221,219,121). Sum of RGB (Red+Green+Blue) = 221+219+121=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB79 is #222486. Grayscale: #D0D0D0. Windows color (decimal): -2237575 or 7986141. OLE color: 7986141.
HSL color Cylindrical-coordinate representation of color #DDDB79: hue angle of 58.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDDB79 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 121 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.8º | 0.6% | 0.67% | - |
| HSV(B) | 58.8º | 0.45% | 0.87% | - |
| XYZ | 58.6 | 67.42 | 28.01 | - |
| YUV | 208.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 121 | 0 | 0.01 | 0.45 | 0.13 | 58.8 | 0.6 | 0.67 |
| Hex | DD | DB | 79 | 0 | 1 | 2D | D | 3B | 3C | 43 |
| Octal | 335 | 333 | 171 | 0 | 1 | 55 | 15 | 73 | 74 | 103 |
| Binary | 11011101 | 11011011 | 1111001 | 0 | 1 | 101101 | 1101 | 111011 | 111100 | 1000011 |
Color Harmonies of #DDDB79
Complementary color
Monochromatic Colors of #DDDB79
Black with #DDDB79
Text Example
Text Example
White with #DDDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB79; }
p { color: rgb(221,219,121); }
H1.HeaderClassName
{
color: #DDDB79;
}
.AnyTagClassName
{
color: #DDDB79;
}
</style>
background-color css
<style>
a { background-color: #DDDB79; }
a { background-color: rgb(221,219,121); }
div.DivClassName
{
background-color: #DDDB79;
}
.BgClassName
{
background-color: #DDDB79;
}
</style>
border-color css
<style>
span { border-color: #DDDB79; }
span { border-color: rgb(221,219,121); }
td.TdClassName
{
border-color: #DDDB79;
}
.TagClassName
{
border-color: #DDDB79;
}
</style>