Shades of Goldenrod #DEDD72
Tints of Goldenrod #DEDD72
RGB
CMYK
RGB Variations
Color information
#DEDD72 (or 0xDEDD72) is known color: Goldenrod. HEX triplet: DE, DD and 72. RGB value is (222,221,114). Sum of RGB (Red+Green+Blue) = 222+221+114=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD72 is #21228D. Grayscale: #D1D1D1. Windows color (decimal): -2171534 or 7527902. OLE color: 7527902.
HSL color Cylindrical-coordinate representation of color #DEDD72: hue angle of 59.44º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEDD72 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 114 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.13 |
| HSL | 59.44º | 0.62% | 0.66% | - |
| HSV(B) | 59.44º | 0.49% | 0.87% | - |
| XYZ | 59.02 | 68.46 | 26.02 | - |
| YUV | 209.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 114 | 0 | 0.00 | 0.49 | 0.13 | 59.44 | 0.62 | 0.66 |
| Hex | DE | DD | 72 | 0 | 0 | 31 | D | 3B | 3E | 42 |
| Octal | 336 | 335 | 162 | 0 | 0 | 61 | 15 | 73 | 76 | 102 |
| Binary | 11011110 | 11011101 | 1110010 | 0 | 0 | 110001 | 1101 | 111011 | 111110 | 1000010 |
Color Harmonies of #DEDD72
Complementary color
Monochromatic Colors of #DEDD72
Black with #DEDD72
Text Example
Text Example
White with #DEDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD72; }
p { color: rgb(222,221,114); }
H1.HeaderClassName
{
color: #DEDD72;
}
.AnyTagClassName
{
color: #DEDD72;
}
</style>
background-color css
<style>
a { background-color: #DEDD72; }
a { background-color: rgb(222,221,114); }
div.DivClassName
{
background-color: #DEDD72;
}
.BgClassName
{
background-color: #DEDD72;
}
</style>
border-color css
<style>
span { border-color: #DEDD72; }
span { border-color: rgb(222,221,114); }
td.TdClassName
{
border-color: #DEDD72;
}
.TagClassName
{
border-color: #DEDD72;
}
</style>