Shades of Goldenrod #DEDB70
Tints of Goldenrod #DEDB70
RGB
CMYK
RGB Variations
Color information
#DEDB70 (or 0xDEDB70) is known color: Goldenrod. HEX triplet: DE, DB and 70. RGB value is (222,219,112). Sum of RGB (Red+Green+Blue) = 222+219+112=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB70 is #21248F. Grayscale: #D0D0D0. Windows color (decimal): -2172048 or 7396318. OLE color: 7396318.
HSL color Cylindrical-coordinate representation of color #DEDB70: hue angle of 58.36º 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 #DEDB70 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 112 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.13 |
| HSL | 58.36º | 0.63% | 0.65% | - |
| HSV(B) | 58.36º | 0.5% | 0.87% | - |
| XYZ | 58.38 | 67.36 | 25.25 | - |
| YUV | 207.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 112 | 0 | 0.01 | 0.50 | 0.13 | 58.36 | 0.63 | 0.65 |
| Hex | DE | DB | 70 | 0 | 1 | 32 | D | 3A | 3E | 41 |
| Octal | 336 | 333 | 160 | 0 | 1 | 62 | 15 | 72 | 76 | 101 |
| Binary | 11011110 | 11011011 | 1110000 | 0 | 1 | 110010 | 1101 | 111010 | 111110 | 1000001 |
Color Harmonies of #DEDB70
Complementary color
Monochromatic Colors of #DEDB70
Black with #DEDB70
Text Example
Text Example
White with #DEDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB70; }
p { color: rgb(222,219,112); }
H1.HeaderClassName
{
color: #DEDB70;
}
.AnyTagClassName
{
color: #DEDB70;
}
</style>
background-color css
<style>
a { background-color: #DEDB70; }
a { background-color: rgb(222,219,112); }
div.DivClassName
{
background-color: #DEDB70;
}
.BgClassName
{
background-color: #DEDB70;
}
</style>
border-color css
<style>
span { border-color: #DEDB70; }
span { border-color: rgb(222,219,112); }
td.TdClassName
{
border-color: #DEDB70;
}
.TagClassName
{
border-color: #DEDB70;
}
</style>