Shades of Goldenrod #DED363
Tints of Goldenrod #DED363
RGB
CMYK
RGB Variations
Color information
#DED363 (or 0xDED363) is known color: Goldenrod. HEX triplet: DE, D3 and 63. RGB value is (222,211,99). Sum of RGB (Red+Green+Blue) = 222+211+99=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DED363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED363 is #212C9C. Grayscale: #C9C9C9. Windows color (decimal): -2174109 or 6542302. OLE color: 6542302.
HSL color Cylindrical-coordinate representation of color #DED363: hue angle of 54.63º 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 #DED363 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 99 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.13 |
| HSL | 54.63º | 0.65% | 0.63% | - |
| HSV(B) | 54.63º | 0.55% | 0.87% | - |
| XYZ | 55.67 | 63.02 | 21.03 | - |
| YUV | 201.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 99 | 0 | 0.05 | 0.55 | 0.13 | 54.63 | 0.65 | 0.63 |
| Hex | DE | D3 | 63 | 0 | 5 | 37 | D | 37 | 41 | 3F |
| Octal | 336 | 323 | 143 | 0 | 5 | 67 | 15 | 67 | 101 | 77 |
| Binary | 11011110 | 11010011 | 1100011 | 0 | 101 | 110111 | 1101 | 110111 | 1000001 | 111111 |
Color Harmonies of #DED363
Complementary color
Monochromatic Colors of #DED363
Black with #DED363
Text Example
Text Example
White with #DED363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED363; }
p { color: rgb(222,211,99); }
H1.HeaderClassName
{
color: #DED363;
}
.AnyTagClassName
{
color: #DED363;
}
</style>
background-color css
<style>
a { background-color: #DED363; }
a { background-color: rgb(222,211,99); }
div.DivClassName
{
background-color: #DED363;
}
.BgClassName
{
background-color: #DED363;
}
</style>
border-color css
<style>
span { border-color: #DED363; }
span { border-color: rgb(222,211,99); }
td.TdClassName
{
border-color: #DED363;
}
.TagClassName
{
border-color: #DED363;
}
</style>