Shades of Goldenrod #DED866
Tints of Goldenrod #DED866
RGB
CMYK
RGB Variations
Color information
#DED866 (or 0xDED866) is known color: Goldenrod. HEX triplet: DE, D8 and 66. RGB value is (222,216,102). Sum of RGB (Red+Green+Blue) = 222+216+102=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED866 is #212799. Grayscale: #CDCDCD. Windows color (decimal): -2172826 or 6740190. OLE color: 6740190.
HSL color Cylindrical-coordinate representation of color #DED866: hue angle of 57º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED866 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 102 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.13 |
| HSL | 57º | 0.65% | 0.64% | - |
| HSV(B) | 57º | 0.54% | 0.87% | - |
| XYZ | 57.08 | 65.6 | 22.22 | - |
| YUV | 204.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 102 | 0 | 0.03 | 0.54 | 0.13 | 57 | 0.65 | 0.64 |
| Hex | DE | D8 | 66 | 0 | 3 | 36 | D | 39 | 41 | 40 |
| Octal | 336 | 330 | 146 | 0 | 3 | 66 | 15 | 71 | 101 | 100 |
| Binary | 11011110 | 11011000 | 1100110 | 0 | 11 | 110110 | 1101 | 111001 | 1000001 | 1000000 |
Color Harmonies of #DED866
Complementary color
Monochromatic Colors of #DED866
Black with #DED866
Text Example
Text Example
White with #DED866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED866; }
p { color: rgb(222,216,102); }
H1.HeaderClassName
{
color: #DED866;
}
.AnyTagClassName
{
color: #DED866;
}
</style>
background-color css
<style>
a { background-color: #DED866; }
a { background-color: rgb(222,216,102); }
div.DivClassName
{
background-color: #DED866;
}
.BgClassName
{
background-color: #DED866;
}
</style>
border-color css
<style>
span { border-color: #DED866; }
span { border-color: rgb(222,216,102); }
td.TdClassName
{
border-color: #DED866;
}
.TagClassName
{
border-color: #DED866;
}
</style>