Shades of Goldenrod #DED964
Tints of Goldenrod #DED964
RGB
CMYK
RGB Variations
Color information
#DED964 (or 0xDED964) is known color: Goldenrod. HEX triplet: DE, D9 and 64. RGB value is (222,217,100). Sum of RGB (Red+Green+Blue) = 222+217+100=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED964 is #21269B. Grayscale: #CDCDCD. Windows color (decimal): -2172572 or 6609374. OLE color: 6609374.
HSL color Cylindrical-coordinate representation of color #DED964: hue angle of 57.54º 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 #DED964 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 100 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 57.54º | 0.65% | 0.63% | - |
| HSV(B) | 57.54º | 0.55% | 0.87% | - |
| XYZ | 57.24 | 66.08 | 21.79 | - |
| YUV | 205.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 100 | 0 | 0.02 | 0.55 | 0.13 | 57.54 | 0.65 | 0.63 |
| Hex | DE | D9 | 64 | 0 | 2 | 37 | D | 3A | 41 | 3F |
| Octal | 336 | 331 | 144 | 0 | 2 | 67 | 15 | 72 | 101 | 77 |
| Binary | 11011110 | 11011001 | 1100100 | 0 | 10 | 110111 | 1101 | 111010 | 1000001 | 111111 |
Color Harmonies of #DED964
Complementary color
Monochromatic Colors of #DED964
Black with #DED964
Text Example
Text Example
White with #DED964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED964; }
p { color: rgb(222,217,100); }
H1.HeaderClassName
{
color: #DED964;
}
.AnyTagClassName
{
color: #DED964;
}
</style>
background-color css
<style>
a { background-color: #DED964; }
a { background-color: rgb(222,217,100); }
div.DivClassName
{
background-color: #DED964;
}
.BgClassName
{
background-color: #DED964;
}
</style>
border-color css
<style>
span { border-color: #DED964; }
span { border-color: rgb(222,217,100); }
td.TdClassName
{
border-color: #DED964;
}
.TagClassName
{
border-color: #DED964;
}
</style>