Shades of Goldenrod #DED870
Tints of Goldenrod #DED870
RGB
CMYK
RGB Variations
Color information
#DED870 (or 0xDED870) is known color: Goldenrod. HEX triplet: DE, D8 and 70. RGB value is (222,216,112). Sum of RGB (Red+Green+Blue) = 222+216+112=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DED870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED870 is #21278F. Grayscale: #CECECE. Windows color (decimal): -2172816 or 7395550. OLE color: 7395550.
HSL color Cylindrical-coordinate representation of color #DED870: hue angle of 56.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED870 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 112 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.13 |
| HSL | 56.73º | 0.63% | 0.65% | - |
| HSV(B) | 56.73º | 0.5% | 0.87% | - |
| XYZ | 57.6 | 65.81 | 25 | - |
| YUV | 205.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 112 | 0 | 0.03 | 0.50 | 0.13 | 56.73 | 0.63 | 0.65 |
| Hex | DE | D8 | 70 | 0 | 3 | 32 | D | 39 | 3E | 41 |
| Octal | 336 | 330 | 160 | 0 | 3 | 62 | 15 | 71 | 76 | 101 |
| Binary | 11011110 | 11011000 | 1110000 | 0 | 11 | 110010 | 1101 | 111001 | 111110 | 1000001 |
Color Harmonies of #DED870
Complementary color
Monochromatic Colors of #DED870
Black with #DED870
Text Example
Text Example
White with #DED870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED870; }
p { color: rgb(222,216,112); }
H1.HeaderClassName
{
color: #DED870;
}
.AnyTagClassName
{
color: #DED870;
}
</style>
background-color css
<style>
a { background-color: #DED870; }
a { background-color: rgb(222,216,112); }
div.DivClassName
{
background-color: #DED870;
}
.BgClassName
{
background-color: #DED870;
}
</style>
border-color css
<style>
span { border-color: #DED870; }
span { border-color: rgb(222,216,112); }
td.TdClassName
{
border-color: #DED870;
}
.TagClassName
{
border-color: #DED870;
}
</style>