Shades of Goldenrod #DED876
Tints of Goldenrod #DED876
RGB
CMYK
RGB Variations
Color information
#DED876 (or 0xDED876) is known color: Goldenrod. HEX triplet: DE, D8 and 76. RGB value is (222,216,118). Sum of RGB (Red+Green+Blue) = 222+216+118=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DED876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED876 is #212789. Grayscale: #CFCFCF. Windows color (decimal): -2172810 or 7788766. OLE color: 7788766.
HSL color Cylindrical-coordinate representation of color #DED876: hue angle of 56.54º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED876 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 118 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.13 |
| HSL | 56.54º | 0.61% | 0.67% | - |
| HSV(B) | 56.54º | 0.47% | 0.87% | - |
| XYZ | 57.95 | 65.95 | 26.81 | - |
| YUV | 206.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 118 | 0 | 0.03 | 0.47 | 0.13 | 56.54 | 0.61 | 0.67 |
| Hex | DE | D8 | 76 | 0 | 3 | 2F | D | 39 | 3D | 43 |
| Octal | 336 | 330 | 166 | 0 | 3 | 57 | 15 | 71 | 75 | 103 |
| Binary | 11011110 | 11011000 | 1110110 | 0 | 11 | 101111 | 1101 | 111001 | 111101 | 1000011 |
Color Harmonies of #DED876
Complementary color
Monochromatic Colors of #DED876
Black with #DED876
Text Example
Text Example
White with #DED876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED876; }
p { color: rgb(222,216,118); }
H1.HeaderClassName
{
color: #DED876;
}
.AnyTagClassName
{
color: #DED876;
}
</style>
background-color css
<style>
a { background-color: #DED876; }
a { background-color: rgb(222,216,118); }
div.DivClassName
{
background-color: #DED876;
}
.BgClassName
{
background-color: #DED876;
}
</style>
border-color css
<style>
span { border-color: #DED876; }
span { border-color: rgb(222,216,118); }
td.TdClassName
{
border-color: #DED876;
}
.TagClassName
{
border-color: #DED876;
}
</style>