Shades of Goldenrod #DEDC70
Tints of Goldenrod #DEDC70
RGB
CMYK
RGB Variations
Color information
#DEDC70 (or 0xDEDC70) is known color: Goldenrod. HEX triplet: DE, DC and 70. RGB value is (222,220,112). Sum of RGB (Red+Green+Blue) = 222+220+112=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 112 (44.14% from 255 or 20.22% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC70 is #21238F. Grayscale: #D0D0D0. Windows color (decimal): -2171792 or 7396574. OLE color: 7396574.
HSL color Cylindrical-coordinate representation of color #DEDC70: hue angle of 58.91º 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 #DEDC70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.91º | 0.63% | 0.65% | - |
| HSV(B) | 58.91º | 0.5% | 0.87% | - |
| XYZ | 58.64 | 67.89 | 25.34 | - |
| YUV | 208.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 112 | 0 | 0.01 | 0.50 | 0.13 | 58.91 | 0.63 | 0.65 |
| Hex | DE | DC | 70 | 0 | 1 | 32 | D | 3B | 3E | 41 |
| Octal | 336 | 334 | 160 | 0 | 1 | 62 | 15 | 73 | 76 | 101 |
| Binary | 11011110 | 11011100 | 1110000 | 0 | 1 | 110010 | 1101 | 111011 | 111110 | 1000001 |
Color Harmonies of #DEDC70
Complementary color
Monochromatic Colors of #DEDC70
Black with #DEDC70
Text Example
Text Example
White with #DEDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC70; }
p { color: rgb(222,220,112); }
H1.HeaderClassName
{
color: #DEDC70;
}
.AnyTagClassName
{
color: #DEDC70;
}
</style>
background-color css
<style>
a { background-color: #DEDC70; }
a { background-color: rgb(222,220,112); }
div.DivClassName
{
background-color: #DEDC70;
}
.BgClassName
{
background-color: #DEDC70;
}
</style>
border-color css
<style>
span { border-color: #DEDC70; }
span { border-color: rgb(222,220,112); }
td.TdClassName
{
border-color: #DEDC70;
}
.TagClassName
{
border-color: #DEDC70;
}
</style>