Shades of Goldenrod #DED873
Tints of Goldenrod #DED873
RGB
CMYK
RGB Variations
Color information
#DED873 (or 0xDED873) is known color: Goldenrod. HEX triplet: DE, D8 and 73. RGB value is (222,216,115). Sum of RGB (Red+Green+Blue) = 222+216+115=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DED873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED873 is #21278C. Grayscale: #CECECE. Windows color (decimal): -2172813 or 7592158. OLE color: 7592158.
HSL color Cylindrical-coordinate representation of color #DED873: hue angle of 56.64º 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 #DED873 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 115 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.13 |
| HSL | 56.64º | 0.62% | 0.66% | - |
| HSV(B) | 56.64º | 0.48% | 0.87% | - |
| XYZ | 57.77 | 65.88 | 25.89 | - |
| YUV | 206.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 115 | 0 | 0.03 | 0.48 | 0.13 | 56.64 | 0.62 | 0.66 |
| Hex | DE | D8 | 73 | 0 | 3 | 30 | D | 39 | 3E | 42 |
| Octal | 336 | 330 | 163 | 0 | 3 | 60 | 15 | 71 | 76 | 102 |
| Binary | 11011110 | 11011000 | 1110011 | 0 | 11 | 110000 | 1101 | 111001 | 111110 | 1000010 |
Color Harmonies of #DED873
Complementary color
Monochromatic Colors of #DED873
Black with #DED873
Text Example
Text Example
White with #DED873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED873; }
p { color: rgb(222,216,115); }
H1.HeaderClassName
{
color: #DED873;
}
.AnyTagClassName
{
color: #DED873;
}
</style>
background-color css
<style>
a { background-color: #DED873; }
a { background-color: rgb(222,216,115); }
div.DivClassName
{
background-color: #DED873;
}
.BgClassName
{
background-color: #DED873;
}
</style>
border-color css
<style>
span { border-color: #DED873; }
span { border-color: rgb(222,216,115); }
td.TdClassName
{
border-color: #DED873;
}
.TagClassName
{
border-color: #DED873;
}
</style>