Shades of Goldenrod #DEDE6D
Tints of Goldenrod #DEDE6D
RGB
CMYK
RGB Variations
Color information
#DEDE6D (or 0xDEDE6D) is known color: Goldenrod. HEX triplet: DE, DE and 6D. RGB value is (222,222,109). Sum of RGB (Red+Green+Blue) = 222+222+109=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE6D is #212192. Grayscale: #D1D1D1. Windows color (decimal): -2171283 or 7200478. OLE color: 7200478.
HSL color Cylindrical-coordinate representation of color #DEDE6D: hue angle of 60º 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 #DEDE6D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 109 | - |
| CMYK | 0 | 0 | 0.51 | 0.13 |
| HSL | 60º | 0.63% | 0.65% | - |
| HSV(B) | 60º | 0.51% | 0.87% | - |
| XYZ | 59.01 | 68.88 | 24.65 | - |
| YUV | 209.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 109 | 0 | 0 | 0.51 | 0.13 | 60 | 0.63 | 0.65 |
| Hex | DE | DE | 6D | 0 | 0 | 33 | D | 3C | 3F | 41 |
| Octal | 336 | 336 | 155 | 0 | 0 | 63 | 15 | 74 | 77 | 101 |
| Binary | 11011110 | 11011110 | 1101101 | 0 | 0 | 110011 | 1101 | 111100 | 111111 | 1000001 |
Color Harmonies of #DEDE6D
Complementary color
Monochromatic Colors of #DEDE6D
Black with #DEDE6D
Text Example
Text Example
White with #DEDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE6D; }
p { color: rgb(222,222,109); }
H1.HeaderClassName
{
color: #DEDE6D;
}
.AnyTagClassName
{
color: #DEDE6D;
}
</style>
background-color css
<style>
a { background-color: #DEDE6D; }
a { background-color: rgb(222,222,109); }
div.DivClassName
{
background-color: #DEDE6D;
}
.BgClassName
{
background-color: #DEDE6D;
}
</style>
border-color css
<style>
span { border-color: #DEDE6D; }
span { border-color: rgb(222,222,109); }
td.TdClassName
{
border-color: #DEDE6D;
}
.TagClassName
{
border-color: #DEDE6D;
}
</style>