Shades of Goldenrod #DEDA6D
Tints of Goldenrod #DEDA6D
RGB
CMYK
RGB Variations
Color information
#DEDA6D (or 0xDEDA6D) is known color: Goldenrod. HEX triplet: DE, DA and 6D. RGB value is (222,218,109). Sum of RGB (Red+Green+Blue) = 222+218+109=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA6D is #212592. Grayscale: #CFCFCF. Windows color (decimal): -2172307 or 7199454. OLE color: 7199454.
HSL color Cylindrical-coordinate representation of color #DEDA6D: hue angle of 57.88º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEDA6D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 109 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.13 |
| HSL | 57.88º | 0.63% | 0.65% | - |
| HSV(B) | 57.88º | 0.51% | 0.87% | - |
| XYZ | 57.96 | 66.78 | 24.3 | - |
| YUV | 206.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 109 | 0 | 0.02 | 0.51 | 0.13 | 57.88 | 0.63 | 0.65 |
| Hex | DE | DA | 6D | 0 | 2 | 33 | D | 3A | 3F | 41 |
| Octal | 336 | 332 | 155 | 0 | 2 | 63 | 15 | 72 | 77 | 101 |
| Binary | 11011110 | 11011010 | 1101101 | 0 | 10 | 110011 | 1101 | 111010 | 111111 | 1000001 |
Color Harmonies of #DEDA6D
Complementary color
Monochromatic Colors of #DEDA6D
Black with #DEDA6D
Text Example
Text Example
White with #DEDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA6D; }
p { color: rgb(222,218,109); }
H1.HeaderClassName
{
color: #DEDA6D;
}
.AnyTagClassName
{
color: #DEDA6D;
}
</style>
background-color css
<style>
a { background-color: #DEDA6D; }
a { background-color: rgb(222,218,109); }
div.DivClassName
{
background-color: #DEDA6D;
}
.BgClassName
{
background-color: #DEDA6D;
}
</style>
border-color css
<style>
span { border-color: #DEDA6D; }
span { border-color: rgb(222,218,109); }
td.TdClassName
{
border-color: #DEDA6D;
}
.TagClassName
{
border-color: #DEDA6D;
}
</style>