Shades of Goldenrod #DEDA7E
Tints of Goldenrod #DEDA7E
RGB
CMYK
RGB Variations
Color information
#DEDA7E (or 0xDEDA7E) is known color: Goldenrod. HEX triplet: DE, DA and 7E. RGB value is (222,218,126). Sum of RGB (Red+Green+Blue) = 222+218+126=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA7E is #212581. Grayscale: #D1D1D1. Windows color (decimal): -2172290 or 8313566. OLE color: 8313566.
HSL color Cylindrical-coordinate representation of color #DEDA7E: hue angle of 57.5º degrees, saturation: 0.59, 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 #DEDA7E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 126 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.13 |
| HSL | 57.5º | 0.59% | 0.68% | - |
| HSV(B) | 57.5º | 0.43% | 0.87% | - |
| XYZ | 58.96 | 67.18 | 29.6 | - |
| YUV | 208.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 126 | 0 | 0.02 | 0.43 | 0.13 | 57.5 | 0.59 | 0.68 |
| Hex | DE | DA | 7E | 0 | 2 | 2B | D | 3A | 3B | 44 |
| Octal | 336 | 332 | 176 | 0 | 2 | 53 | 15 | 72 | 73 | 104 |
| Binary | 11011110 | 11011010 | 1111110 | 0 | 10 | 101011 | 1101 | 111010 | 111011 | 1000100 |
Color Harmonies of #DEDA7E
Complementary color
Monochromatic Colors of #DEDA7E
Black with #DEDA7E
Text Example
Text Example
White with #DEDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA7E; }
p { color: rgb(222,218,126); }
H1.HeaderClassName
{
color: #DEDA7E;
}
.AnyTagClassName
{
color: #DEDA7E;
}
</style>
background-color css
<style>
a { background-color: #DEDA7E; }
a { background-color: rgb(222,218,126); }
div.DivClassName
{
background-color: #DEDA7E;
}
.BgClassName
{
background-color: #DEDA7E;
}
</style>
border-color css
<style>
span { border-color: #DEDA7E; }
span { border-color: rgb(222,218,126); }
td.TdClassName
{
border-color: #DEDA7E;
}
.TagClassName
{
border-color: #DEDA7E;
}
</style>