Shades of Goldenrod #DEDA6E
Tints of Goldenrod #DEDA6E
RGB
CMYK
RGB Variations
Color information
#DEDA6E (or 0xDEDA6E) is known color: Goldenrod. HEX triplet: DE, DA and 6E. RGB value is (222,218,110). Sum of RGB (Red+Green+Blue) = 222+218+110=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA6E is #212591. Grayscale: #CFCFCF. Windows color (decimal): -2172306 or 7264990. OLE color: 7264990.
HSL color Cylindrical-coordinate representation of color #DEDA6E: hue angle of 57.86º degrees, saturation: 0.63, 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 #DEDA6E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 110 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.13 |
| HSL | 57.86º | 0.63% | 0.65% | - |
| HSV(B) | 57.86º | 0.5% | 0.87% | - |
| XYZ | 58.01 | 66.8 | 24.59 | - |
| YUV | 206.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 110 | 0 | 0.02 | 0.50 | 0.13 | 57.86 | 0.63 | 0.65 |
| Hex | DE | DA | 6E | 0 | 2 | 32 | D | 3A | 3F | 41 |
| Octal | 336 | 332 | 156 | 0 | 2 | 62 | 15 | 72 | 77 | 101 |
| Binary | 11011110 | 11011010 | 1101110 | 0 | 10 | 110010 | 1101 | 111010 | 111111 | 1000001 |
Color Harmonies of #DEDA6E
Complementary color
Monochromatic Colors of #DEDA6E
Black with #DEDA6E
Text Example
Text Example
White with #DEDA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA6E; }
p { color: rgb(222,218,110); }
H1.HeaderClassName
{
color: #DEDA6E;
}
.AnyTagClassName
{
color: #DEDA6E;
}
</style>
background-color css
<style>
a { background-color: #DEDA6E; }
a { background-color: rgb(222,218,110); }
div.DivClassName
{
background-color: #DEDA6E;
}
.BgClassName
{
background-color: #DEDA6E;
}
</style>
border-color css
<style>
span { border-color: #DEDA6E; }
span { border-color: rgb(222,218,110); }
td.TdClassName
{
border-color: #DEDA6E;
}
.TagClassName
{
border-color: #DEDA6E;
}
</style>