Shades of Goldenrod #DED763
Tints of Goldenrod #DED763
RGB
CMYK
RGB Variations
Color information
#DED763 (or 0xDED763) is known color: Goldenrod. HEX triplet: DE, D7 and 63. RGB value is (222,215,99). Sum of RGB (Red+Green+Blue) = 222+215+99=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DED763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED763 is #21289C. Grayscale: #CCCCCC. Windows color (decimal): -2173085 or 6543326. OLE color: 6543326.
HSL color Cylindrical-coordinate representation of color #DED763: hue angle of 56.59º 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 #DED763 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 99 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.13 |
| HSL | 56.59º | 0.65% | 0.63% | - |
| HSV(B) | 56.59º | 0.55% | 0.87% | - |
| XYZ | 56.68 | 65.03 | 21.37 | - |
| YUV | 203.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 99 | 0 | 0.03 | 0.55 | 0.13 | 56.59 | 0.65 | 0.63 |
| Hex | DE | D7 | 63 | 0 | 3 | 37 | D | 39 | 41 | 3F |
| Octal | 336 | 327 | 143 | 0 | 3 | 67 | 15 | 71 | 101 | 77 |
| Binary | 11011110 | 11010111 | 1100011 | 0 | 11 | 110111 | 1101 | 111001 | 1000001 | 111111 |
Color Harmonies of #DED763
Complementary color
Monochromatic Colors of #DED763
Black with #DED763
Text Example
Text Example
White with #DED763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED763; }
p { color: rgb(222,215,99); }
H1.HeaderClassName
{
color: #DED763;
}
.AnyTagClassName
{
color: #DED763;
}
</style>
background-color css
<style>
a { background-color: #DED763; }
a { background-color: rgb(222,215,99); }
div.DivClassName
{
background-color: #DED763;
}
.BgClassName
{
background-color: #DED763;
}
</style>
border-color css
<style>
span { border-color: #DED763; }
span { border-color: rgb(222,215,99); }
td.TdClassName
{
border-color: #DED763;
}
.TagClassName
{
border-color: #DED763;
}
</style>