Shades of Goldenrod #DEDB7C
Tints of Goldenrod #DEDB7C
RGB
CMYK
RGB Variations
Color information
#DEDB7C (or 0xDEDB7C) is known color: Goldenrod. HEX triplet: DE, DB and 7C. RGB value is (222,219,124). Sum of RGB (Red+Green+Blue) = 222+219+124=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB7C is #212483. Grayscale: #D1D1D1. Windows color (decimal): -2172036 or 8182750. OLE color: 8182750.
HSL color Cylindrical-coordinate representation of color #DEDB7C: hue angle of 58.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEDB7C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 124 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.13 |
| HSL | 58.16º | 0.6% | 0.68% | - |
| HSV(B) | 58.16º | 0.44% | 0.87% | - |
| XYZ | 59.09 | 67.65 | 29.01 | - |
| YUV | 209.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 124 | 0 | 0.01 | 0.44 | 0.13 | 58.16 | 0.6 | 0.68 |
| Hex | DE | DB | 7C | 0 | 1 | 2C | D | 3A | 3C | 44 |
| Octal | 336 | 333 | 174 | 0 | 1 | 54 | 15 | 72 | 74 | 104 |
| Binary | 11011110 | 11011011 | 1111100 | 0 | 1 | 101100 | 1101 | 111010 | 111100 | 1000100 |
Color Harmonies of #DEDB7C
Complementary color
Monochromatic Colors of #DEDB7C
Black with #DEDB7C
Text Example
Text Example
White with #DEDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB7C; }
p { color: rgb(222,219,124); }
H1.HeaderClassName
{
color: #DEDB7C;
}
.AnyTagClassName
{
color: #DEDB7C;
}
</style>
background-color css
<style>
a { background-color: #DEDB7C; }
a { background-color: rgb(222,219,124); }
div.DivClassName
{
background-color: #DEDB7C;
}
.BgClassName
{
background-color: #DEDB7C;
}
</style>
border-color css
<style>
span { border-color: #DEDB7C; }
span { border-color: rgb(222,219,124); }
td.TdClassName
{
border-color: #DEDB7C;
}
.TagClassName
{
border-color: #DEDB7C;
}
</style>