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