Shades of Goldenrod #DED86D
Tints of Goldenrod #DED86D
RGB
CMYK
RGB Variations
Color information
#DED86D (or 0xDED86D) is known color: Goldenrod. HEX triplet: DE, D8 and 6D. RGB value is (222,216,109). Sum of RGB (Red+Green+Blue) = 222+216+109=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED86D is #212792. Grayscale: #CECECE. Windows color (decimal): -2172819 or 7198942. OLE color: 7198942.
HSL color Cylindrical-coordinate representation of color #DED86D: hue angle of 56.81º 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 #DED86D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 109 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.13 |
| HSL | 56.81º | 0.63% | 0.65% | - |
| HSV(B) | 56.81º | 0.51% | 0.87% | - |
| XYZ | 57.44 | 65.75 | 24.13 | - |
| YUV | 205.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 109 | 0 | 0.03 | 0.51 | 0.13 | 56.81 | 0.63 | 0.65 |
| Hex | DE | D8 | 6D | 0 | 3 | 33 | D | 39 | 3F | 41 |
| Octal | 336 | 330 | 155 | 0 | 3 | 63 | 15 | 71 | 77 | 101 |
| Binary | 11011110 | 11011000 | 1101101 | 0 | 11 | 110011 | 1101 | 111001 | 111111 | 1000001 |
Color Harmonies of #DED86D
Complementary color
Monochromatic Colors of #DED86D
Black with #DED86D
Text Example
Text Example
White with #DED86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED86D; }
p { color: rgb(222,216,109); }
H1.HeaderClassName
{
color: #DED86D;
}
.AnyTagClassName
{
color: #DED86D;
}
</style>
background-color css
<style>
a { background-color: #DED86D; }
a { background-color: rgb(222,216,109); }
div.DivClassName
{
background-color: #DED86D;
}
.BgClassName
{
background-color: #DED86D;
}
</style>
border-color css
<style>
span { border-color: #DED86D; }
span { border-color: rgb(222,216,109); }
td.TdClassName
{
border-color: #DED86D;
}
.TagClassName
{
border-color: #DED86D;
}
</style>