Shades of Goldenrod #DED96C
Tints of Goldenrod #DED96C
RGB
CMYK
RGB Variations
Color information
#DED96C (or 0xDED96C) is known color: Goldenrod. HEX triplet: DE, D9 and 6C. RGB value is (222,217,108). Sum of RGB (Red+Green+Blue) = 222+217+108=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED96C is #212693. Grayscale: #CECECE. Windows color (decimal): -2172564 or 7133662. OLE color: 7133662.
HSL color Cylindrical-coordinate representation of color #DED96C: hue angle of 57.37º 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 #DED96C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 108 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.13 |
| HSL | 57.37º | 0.63% | 0.65% | - |
| HSV(B) | 57.37º | 0.51% | 0.87% | - |
| XYZ | 57.64 | 66.24 | 23.93 | - |
| YUV | 206.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 108 | 0 | 0.02 | 0.51 | 0.13 | 57.37 | 0.63 | 0.65 |
| Hex | DE | D9 | 6C | 0 | 2 | 33 | D | 39 | 3F | 41 |
| Octal | 336 | 331 | 154 | 0 | 2 | 63 | 15 | 71 | 77 | 101 |
| Binary | 11011110 | 11011001 | 1101100 | 0 | 10 | 110011 | 1101 | 111001 | 111111 | 1000001 |
Color Harmonies of #DED96C
Complementary color
Monochromatic Colors of #DED96C
Black with #DED96C
Text Example
Text Example
White with #DED96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED96C; }
p { color: rgb(222,217,108); }
H1.HeaderClassName
{
color: #DED96C;
}
.AnyTagClassName
{
color: #DED96C;
}
</style>
background-color css
<style>
a { background-color: #DED96C; }
a { background-color: rgb(222,217,108); }
div.DivClassName
{
background-color: #DED96C;
}
.BgClassName
{
background-color: #DED96C;
}
</style>
border-color css
<style>
span { border-color: #DED96C; }
span { border-color: rgb(222,217,108); }
td.TdClassName
{
border-color: #DED96C;
}
.TagClassName
{
border-color: #DED96C;
}
</style>