Shades of Goldenrod #DEDA70
Tints of Goldenrod #DEDA70
RGB
CMYK
RGB Variations
Color information
#DEDA70 (or 0xDEDA70) is known color: Goldenrod. HEX triplet: DE, DA and 70. RGB value is (222,218,112). Sum of RGB (Red+Green+Blue) = 222+218+112=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA70 is #21258F. Grayscale: #CFCFCF. Windows color (decimal): -2172304 or 7396062. OLE color: 7396062.
HSL color Cylindrical-coordinate representation of color #DEDA70: hue angle of 57.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEDA70 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 112 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.13 |
| HSL | 57.82º | 0.63% | 0.65% | - |
| HSV(B) | 57.82º | 0.5% | 0.87% | - |
| XYZ | 58.12 | 66.84 | 25.17 | - |
| YUV | 207.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 112 | 0 | 0.02 | 0.50 | 0.13 | 57.82 | 0.63 | 0.65 |
| Hex | DE | DA | 70 | 0 | 2 | 32 | D | 3A | 3E | 41 |
| Octal | 336 | 332 | 160 | 0 | 2 | 62 | 15 | 72 | 76 | 101 |
| Binary | 11011110 | 11011010 | 1110000 | 0 | 10 | 110010 | 1101 | 111010 | 111110 | 1000001 |
Color Harmonies of #DEDA70
Complementary color
Monochromatic Colors of #DEDA70
Black with #DEDA70
Text Example
Text Example
White with #DEDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA70; }
p { color: rgb(222,218,112); }
H1.HeaderClassName
{
color: #DEDA70;
}
.AnyTagClassName
{
color: #DEDA70;
}
</style>
background-color css
<style>
a { background-color: #DEDA70; }
a { background-color: rgb(222,218,112); }
div.DivClassName
{
background-color: #DEDA70;
}
.BgClassName
{
background-color: #DEDA70;
}
</style>
border-color css
<style>
span { border-color: #DEDA70; }
span { border-color: rgb(222,218,112); }
td.TdClassName
{
border-color: #DEDA70;
}
.TagClassName
{
border-color: #DEDA70;
}
</style>