Shades of Goldenrod #DED86A
Tints of Goldenrod #DED86A
RGB
CMYK
RGB Variations
Color information
#DED86A (or 0xDED86A) is known color: Goldenrod. HEX triplet: DE, D8 and 6A. RGB value is (222,216,106). Sum of RGB (Red+Green+Blue) = 222+216+106=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86A is #212795. Grayscale: #CDCDCD. Windows color (decimal): -2172822 or 7002334. OLE color: 7002334.
HSL color Cylindrical-coordinate representation of color #DED86A: hue angle of 56.9º 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 #DED86A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 106 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.9º | 0.64% | 0.64% | - |
| HSV(B) | 56.9º | 0.52% | 0.87% | - |
| XYZ | 57.28 | 65.68 | 23.29 | - |
| YUV | 205.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 106 | 0 | 0.03 | 0.52 | 0.13 | 56.9 | 0.64 | 0.64 |
| Hex | DE | D8 | 6A | 0 | 3 | 34 | D | 39 | 40 | 40 |
| Octal | 336 | 330 | 152 | 0 | 3 | 64 | 15 | 71 | 100 | 100 |
| Binary | 11011110 | 11011000 | 1101010 | 0 | 11 | 110100 | 1101 | 111001 | 1000000 | 1000000 |
Color Harmonies of #DED86A
Complementary color
Monochromatic Colors of #DED86A
Black with #DED86A
Text Example
Text Example
White with #DED86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED86A; }
p { color: rgb(222,216,106); }
H1.HeaderClassName
{
color: #DED86A;
}
.AnyTagClassName
{
color: #DED86A;
}
</style>
background-color css
<style>
a { background-color: #DED86A; }
a { background-color: rgb(222,216,106); }
div.DivClassName
{
background-color: #DED86A;
}
.BgClassName
{
background-color: #DED86A;
}
</style>
border-color css
<style>
span { border-color: #DED86A; }
span { border-color: rgb(222,216,106); }
td.TdClassName
{
border-color: #DED86A;
}
.TagClassName
{
border-color: #DED86A;
}
</style>