Shades of Goldenrod #DEDE6A
Tints of Goldenrod #DEDE6A
RGB
CMYK
RGB Variations
Color information
#DEDE6A (or 0xDEDE6A) is known color: Goldenrod. HEX triplet: DE, DE and 6A. RGB value is (222,222,106). Sum of RGB (Red+Green+Blue) = 222+222+106=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE6A is #212195. Grayscale: #D1D1D1. Windows color (decimal): -2171286 or 7003870. OLE color: 7003870.
HSL color Cylindrical-coordinate representation of color #DEDE6A: hue angle of 60º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEDE6A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 106 | - |
| CMYK | 0 | 0 | 0.52 | 0.13 |
| HSL | 60º | 0.64% | 0.64% | - |
| HSV(B) | 60º | 0.52% | 0.87% | - |
| XYZ | 58.85 | 68.81 | 23.82 | - |
| YUV | 208.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 106 | 0 | 0 | 0.52 | 0.13 | 60 | 0.64 | 0.64 |
| Hex | DE | DE | 6A | 0 | 0 | 34 | D | 3C | 40 | 40 |
| Octal | 336 | 336 | 152 | 0 | 0 | 64 | 15 | 74 | 100 | 100 |
| Binary | 11011110 | 11011110 | 1101010 | 0 | 0 | 110100 | 1101 | 111100 | 1000000 | 1000000 |
Color Harmonies of #DEDE6A
Complementary color
Monochromatic Colors of #DEDE6A
Black with #DEDE6A
Text Example
Text Example
White with #DEDE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE6A; }
p { color: rgb(222,222,106); }
H1.HeaderClassName
{
color: #DEDE6A;
}
.AnyTagClassName
{
color: #DEDE6A;
}
</style>
background-color css
<style>
a { background-color: #DEDE6A; }
a { background-color: rgb(222,222,106); }
div.DivClassName
{
background-color: #DEDE6A;
}
.BgClassName
{
background-color: #DEDE6A;
}
</style>
border-color css
<style>
span { border-color: #DEDE6A; }
span { border-color: rgb(222,222,106); }
td.TdClassName
{
border-color: #DEDE6A;
}
.TagClassName
{
border-color: #DEDE6A;
}
</style>