Shades of Goldenrod #DED764
Tints of Goldenrod #DED764
RGB
CMYK
RGB Variations
Color information
#DED764 (or 0xDED764) is known color: Goldenrod. HEX triplet: DE, D7 and 64. RGB value is (222,215,100). Sum of RGB (Red+Green+Blue) = 222+215+100=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED764 is #21289B. Grayscale: #CCCCCC. Windows color (decimal): -2173084 or 6608862. OLE color: 6608862.
HSL color Cylindrical-coordinate representation of color #DED764: hue angle of 56.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 #DED764 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 100 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 56.56º | 0.65% | 0.63% | - |
| HSV(B) | 56.56º | 0.55% | 0.87% | - |
| XYZ | 56.72 | 65.05 | 21.62 | - |
| YUV | 203.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 100 | 0 | 0.03 | 0.55 | 0.13 | 56.56 | 0.65 | 0.63 |
| Hex | DE | D7 | 64 | 0 | 3 | 37 | D | 39 | 41 | 3F |
| Octal | 336 | 327 | 144 | 0 | 3 | 67 | 15 | 71 | 101 | 77 |
| Binary | 11011110 | 11010111 | 1100100 | 0 | 11 | 110111 | 1101 | 111001 | 1000001 | 111111 |
Color Harmonies of #DED764
Complementary color
Monochromatic Colors of #DED764
Black with #DED764
Text Example
Text Example
White with #DED764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED764; }
p { color: rgb(222,215,100); }
H1.HeaderClassName
{
color: #DED764;
}
.AnyTagClassName
{
color: #DED764;
}
</style>
background-color css
<style>
a { background-color: #DED764; }
a { background-color: rgb(222,215,100); }
div.DivClassName
{
background-color: #DED764;
}
.BgClassName
{
background-color: #DED764;
}
</style>
border-color css
<style>
span { border-color: #DED764; }
span { border-color: rgb(222,215,100); }
td.TdClassName
{
border-color: #DED764;
}
.TagClassName
{
border-color: #DED764;
}
</style>