Shades of Goldenrod #DED875
Tints of Goldenrod #DED875
RGB
CMYK
RGB Variations
Color information
#DED875 (or 0xDED875) is known color: Goldenrod. HEX triplet: DE, D8 and 75. RGB value is (222,216,117). Sum of RGB (Red+Green+Blue) = 222+216+117=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED875 is #21278A. Grayscale: #CECECE. Windows color (decimal): -2172811 or 7723230. OLE color: 7723230.
HSL color Cylindrical-coordinate representation of color #DED875: hue angle of 56.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED875 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 117 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.13 |
| HSL | 56.57º | 0.61% | 0.66% | - |
| HSV(B) | 56.57º | 0.47% | 0.87% | - |
| XYZ | 57.89 | 65.93 | 26.5 | - |
| YUV | 206.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 117 | 0 | 0.03 | 0.47 | 0.13 | 56.57 | 0.61 | 0.66 |
| Hex | DE | D8 | 75 | 0 | 3 | 2F | D | 39 | 3D | 42 |
| Octal | 336 | 330 | 165 | 0 | 3 | 57 | 15 | 71 | 75 | 102 |
| Binary | 11011110 | 11011000 | 1110101 | 0 | 11 | 101111 | 1101 | 111001 | 111101 | 1000010 |
Color Harmonies of #DED875
Complementary color
Monochromatic Colors of #DED875
Black with #DED875
Text Example
Text Example
White with #DED875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED875; }
p { color: rgb(222,216,117); }
H1.HeaderClassName
{
color: #DED875;
}
.AnyTagClassName
{
color: #DED875;
}
</style>
background-color css
<style>
a { background-color: #DED875; }
a { background-color: rgb(222,216,117); }
div.DivClassName
{
background-color: #DED875;
}
.BgClassName
{
background-color: #DED875;
}
</style>
border-color css
<style>
span { border-color: #DED875; }
span { border-color: rgb(222,216,117); }
td.TdClassName
{
border-color: #DED875;
}
.TagClassName
{
border-color: #DED875;
}
</style>