Shades of Goldenrod #DDDB7E
Tints of Goldenrod #DDDB7E
RGB
CMYK
RGB Variations
Color information
#DDDB7E (or 0xDDDB7E) is known color: Goldenrod. HEX triplet: DD, DB and 7E. RGB value is (221,219,126). Sum of RGB (Red+Green+Blue) = 221+219+126=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7E is #222481. Grayscale: #D1D1D1. Windows color (decimal): -2237570 or 8313821. OLE color: 8313821.
HSL color Cylindrical-coordinate representation of color #DDDB7E: hue angle of 58.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDDB7E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 126 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.74º | 0.58% | 0.68% | - |
| HSV(B) | 58.74º | 0.43% | 0.87% | - |
| XYZ | 58.92 | 67.54 | 29.67 | - |
| YUV | 209 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 126 | 0 | 0.01 | 0.43 | 0.13 | 58.74 | 0.58 | 0.68 |
| Hex | DD | DB | 7E | 0 | 1 | 2B | D | 3B | 3A | 44 |
| Octal | 335 | 333 | 176 | 0 | 1 | 53 | 15 | 73 | 72 | 104 |
| Binary | 11011101 | 11011011 | 1111110 | 0 | 1 | 101011 | 1101 | 111011 | 111010 | 1000100 |
Color Harmonies of #DDDB7E
Complementary color
Monochromatic Colors of #DDDB7E
Black with #DDDB7E
Text Example
Text Example
White with #DDDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB7E; }
p { color: rgb(221,219,126); }
H1.HeaderClassName
{
color: #DDDB7E;
}
.AnyTagClassName
{
color: #DDDB7E;
}
</style>
background-color css
<style>
a { background-color: #DDDB7E; }
a { background-color: rgb(221,219,126); }
div.DivClassName
{
background-color: #DDDB7E;
}
.BgClassName
{
background-color: #DDDB7E;
}
</style>
border-color css
<style>
span { border-color: #DDDB7E; }
span { border-color: rgb(221,219,126); }
td.TdClassName
{
border-color: #DDDB7E;
}
.TagClassName
{
border-color: #DDDB7E;
}
</style>