Shades of Goldenrod #DEDA73
Tints of Goldenrod #DEDA73
RGB
CMYK
RGB Variations
Color information
#DEDA73 (or 0xDEDA73) is known color: Goldenrod. HEX triplet: DE, DA and 73. RGB value is (222,218,115). Sum of RGB (Red+Green+Blue) = 222+218+115=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA73 is #21258C. Grayscale: #CFCFCF. Windows color (decimal): -2172301 or 7592670. OLE color: 7592670.
HSL color Cylindrical-coordinate representation of color #DEDA73: hue angle of 57.76º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEDA73 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 115 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.13 |
| HSL | 57.76º | 0.62% | 0.66% | - |
| HSV(B) | 57.76º | 0.48% | 0.87% | - |
| XYZ | 58.29 | 66.91 | 26.06 | - |
| YUV | 207.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 115 | 0 | 0.02 | 0.48 | 0.13 | 57.76 | 0.62 | 0.66 |
| Hex | DE | DA | 73 | 0 | 2 | 30 | D | 3A | 3E | 42 |
| Octal | 336 | 332 | 163 | 0 | 2 | 60 | 15 | 72 | 76 | 102 |
| Binary | 11011110 | 11011010 | 1110011 | 0 | 10 | 110000 | 1101 | 111010 | 111110 | 1000010 |
Color Harmonies of #DEDA73
Complementary color
Monochromatic Colors of #DEDA73
Black with #DEDA73
Text Example
Text Example
White with #DEDA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA73; }
p { color: rgb(222,218,115); }
H1.HeaderClassName
{
color: #DEDA73;
}
.AnyTagClassName
{
color: #DEDA73;
}
</style>
background-color css
<style>
a { background-color: #DEDA73; }
a { background-color: rgb(222,218,115); }
div.DivClassName
{
background-color: #DEDA73;
}
.BgClassName
{
background-color: #DEDA73;
}
</style>
border-color css
<style>
span { border-color: #DEDA73; }
span { border-color: rgb(222,218,115); }
td.TdClassName
{
border-color: #DEDA73;
}
.TagClassName
{
border-color: #DEDA73;
}
</style>