Shades of Goldenrod #DED963
Tints of Goldenrod #DED963
RGB
CMYK
RGB Variations
Color information
#DED963 (or 0xDED963) is known color: Goldenrod. HEX triplet: DE, D9 and 63. RGB value is (222,217,99). Sum of RGB (Red+Green+Blue) = 222+217+99=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED963 is #21269C. Grayscale: #CDCDCD. Windows color (decimal): -2172573 or 6543838. OLE color: 6543838.
HSL color Cylindrical-coordinate representation of color #DED963: hue angle of 57.56º 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 #DED963 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 99 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 57.56º | 0.65% | 0.63% | - |
| HSV(B) | 57.56º | 0.55% | 0.87% | - |
| XYZ | 57.19 | 66.06 | 21.54 | - |
| YUV | 205.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 99 | 0 | 0.02 | 0.55 | 0.13 | 57.56 | 0.65 | 0.63 |
| Hex | DE | D9 | 63 | 0 | 2 | 37 | D | 3A | 41 | 3F |
| Octal | 336 | 331 | 143 | 0 | 2 | 67 | 15 | 72 | 101 | 77 |
| Binary | 11011110 | 11011001 | 1100011 | 0 | 10 | 110111 | 1101 | 111010 | 1000001 | 111111 |
Color Harmonies of #DED963
Complementary color
Monochromatic Colors of #DED963
Black with #DED963
Text Example
Text Example
White with #DED963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED963; }
p { color: rgb(222,217,99); }
H1.HeaderClassName
{
color: #DED963;
}
.AnyTagClassName
{
color: #DED963;
}
</style>
background-color css
<style>
a { background-color: #DED963; }
a { background-color: rgb(222,217,99); }
div.DivClassName
{
background-color: #DED963;
}
.BgClassName
{
background-color: #DED963;
}
</style>
border-color css
<style>
span { border-color: #DED963; }
span { border-color: rgb(222,217,99); }
td.TdClassName
{
border-color: #DED963;
}
.TagClassName
{
border-color: #DED963;
}
</style>