Shades of Goldenrod #DED863
Tints of Goldenrod #DED863
RGB
CMYK
RGB Variations
Color information
#DED863 (or 0xDED863) is known color: Goldenrod. HEX triplet: DE, D8 and 63. RGB value is (222,216,99). Sum of RGB (Red+Green+Blue) = 222+216+99=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED863 is #21279C. Grayscale: #CCCCCC. Windows color (decimal): -2172829 or 6543582. OLE color: 6543582.
HSL color Cylindrical-coordinate representation of color #DED863: hue angle of 57.07º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DED863 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 99 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 57.07º | 0.65% | 0.63% | - |
| HSV(B) | 57.07º | 0.55% | 0.87% | - |
| XYZ | 56.93 | 65.54 | 21.45 | - |
| YUV | 204.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 99 | 0 | 0.03 | 0.55 | 0.13 | 57.07 | 0.65 | 0.63 |
| Hex | DE | D8 | 63 | 0 | 3 | 37 | D | 39 | 41 | 3F |
| Octal | 336 | 330 | 143 | 0 | 3 | 67 | 15 | 71 | 101 | 77 |
| Binary | 11011110 | 11011000 | 1100011 | 0 | 11 | 110111 | 1101 | 111001 | 1000001 | 111111 |
Color Harmonies of #DED863
Complementary color
Monochromatic Colors of #DED863
Black with #DED863
Text Example
Text Example
White with #DED863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED863; }
p { color: rgb(222,216,99); }
H1.HeaderClassName
{
color: #DED863;
}
.AnyTagClassName
{
color: #DED863;
}
</style>
background-color css
<style>
a { background-color: #DED863; }
a { background-color: rgb(222,216,99); }
div.DivClassName
{
background-color: #DED863;
}
.BgClassName
{
background-color: #DED863;
}
</style>
border-color css
<style>
span { border-color: #DED863; }
span { border-color: rgb(222,216,99); }
td.TdClassName
{
border-color: #DED863;
}
.TagClassName
{
border-color: #DED863;
}
</style>