Shades of Goldenrod #DED96A
Tints of Goldenrod #DED96A
RGB
CMYK
RGB Variations
Color information
#DED96A (or 0xDED96A) is known color: Goldenrod. HEX triplet: DE, D9 and 6A. RGB value is (222,217,106). Sum of RGB (Red+Green+Blue) = 222+217+106=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DED96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED96A is #212695. Grayscale: #CECECE. Windows color (decimal): -2172566 or 7002590. OLE color: 7002590.
HSL color Cylindrical-coordinate representation of color #DED96A: hue angle of 57.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DED96A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 106 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.13 |
| HSL | 57.41º | 0.64% | 0.64% | - |
| HSV(B) | 57.41º | 0.52% | 0.87% | - |
| XYZ | 57.54 | 66.2 | 23.38 | - |
| YUV | 205.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 106 | 0 | 0.02 | 0.52 | 0.13 | 57.41 | 0.64 | 0.64 |
| Hex | DE | D9 | 6A | 0 | 2 | 34 | D | 39 | 40 | 40 |
| Octal | 336 | 331 | 152 | 0 | 2 | 64 | 15 | 71 | 100 | 100 |
| Binary | 11011110 | 11011001 | 1101010 | 0 | 10 | 110100 | 1101 | 111001 | 1000000 | 1000000 |
Color Harmonies of #DED96A
Complementary color
Monochromatic Colors of #DED96A
Black with #DED96A
Text Example
Text Example
White with #DED96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED96A; }
p { color: rgb(222,217,106); }
H1.HeaderClassName
{
color: #DED96A;
}
.AnyTagClassName
{
color: #DED96A;
}
</style>
background-color css
<style>
a { background-color: #DED96A; }
a { background-color: rgb(222,217,106); }
div.DivClassName
{
background-color: #DED96A;
}
.BgClassName
{
background-color: #DED96A;
}
</style>
border-color css
<style>
span { border-color: #DED96A; }
span { border-color: rgb(222,217,106); }
td.TdClassName
{
border-color: #DED96A;
}
.TagClassName
{
border-color: #DED96A;
}
</style>