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