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