Shades of Goldenrod #DDDB7A
Tints of Goldenrod #DDDB7A
RGB
CMYK
RGB Variations
Color information
#DDDB7A (or 0xDDDB7A) is known color: Goldenrod. HEX triplet: DD, DB and 7A. RGB value is (221,219,122). Sum of RGB (Red+Green+Blue) = 221+219+122=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7A is #222485. Grayscale: #D0D0D0. Windows color (decimal): -2237574 or 8051677. OLE color: 8051677.
HSL color Cylindrical-coordinate representation of color #DDDB7A: hue angle of 58.79º degrees, saturation: 0.59, 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 #DDDB7A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 122 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.79º | 0.59% | 0.67% | - |
| HSV(B) | 58.79º | 0.45% | 0.87% | - |
| XYZ | 58.66 | 67.44 | 28.34 | - |
| YUV | 208.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 122 | 0 | 0.01 | 0.45 | 0.13 | 58.79 | 0.59 | 0.67 |
| Hex | DD | DB | 7A | 0 | 1 | 2D | D | 3B | 3B | 43 |
| Octal | 335 | 333 | 172 | 0 | 1 | 55 | 15 | 73 | 73 | 103 |
| Binary | 11011101 | 11011011 | 1111010 | 0 | 1 | 101101 | 1101 | 111011 | 111011 | 1000011 |
Color Harmonies of #DDDB7A
Complementary color
Monochromatic Colors of #DDDB7A
Black with #DDDB7A
Text Example
Text Example
White with #DDDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB7A; }
p { color: rgb(221,219,122); }
H1.HeaderClassName
{
color: #DDDB7A;
}
.AnyTagClassName
{
color: #DDDB7A;
}
</style>
background-color css
<style>
a { background-color: #DDDB7A; }
a { background-color: rgb(221,219,122); }
div.DivClassName
{
background-color: #DDDB7A;
}
.BgClassName
{
background-color: #DDDB7A;
}
</style>
border-color css
<style>
span { border-color: #DDDB7A; }
span { border-color: rgb(221,219,122); }
td.TdClassName
{
border-color: #DDDB7A;
}
.TagClassName
{
border-color: #DDDB7A;
}
</style>