Shades of Goldenrod #DBE170
Tints of Goldenrod #DBE170
RGB
CMYK
RGB Variations
Color information
#DBE170 (or 0xDBE170) is known color: Goldenrod. HEX triplet: DB, E1 and 70. RGB value is (219,225,112). Sum of RGB (Red+Green+Blue) = 219+225+112=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBE170 is #241E8F. Grayscale: #D2D2D2. Windows color (decimal): -2367120 or 7397851. OLE color: 7397851.
HSL color Cylindrical-coordinate representation of color #DBE170: hue angle of 63.19º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBE170 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 112 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.12 |
| HSL | 63.19º | 0.65% | 0.66% | - |
| HSV(B) | 63.19º | 0.5% | 0.88% | - |
| XYZ | 59.06 | 70.08 | 25.74 | - |
| YUV | 210.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 112 | 0.03 | 0 | 0.50 | 0.12 | 63.19 | 0.65 | 0.66 |
| Hex | DB | E1 | 70 | 3 | 0 | 32 | C | 3F | 41 | 42 |
| Octal | 333 | 341 | 160 | 3 | 0 | 62 | 14 | 77 | 101 | 102 |
| Binary | 11011011 | 11100001 | 1110000 | 11 | 0 | 110010 | 1100 | 111111 | 1000001 | 1000010 |
Color Harmonies of #DBE170
Complementary color
Monochromatic Colors of #DBE170
Black with #DBE170
Text Example
Text Example
White with #DBE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE170; }
p { color: rgb(219,225,112); }
H1.HeaderClassName
{
color: #DBE170;
}
.AnyTagClassName
{
color: #DBE170;
}
</style>
background-color css
<style>
a { background-color: #DBE170; }
a { background-color: rgb(219,225,112); }
div.DivClassName
{
background-color: #DBE170;
}
.BgClassName
{
background-color: #DBE170;
}
</style>
border-color css
<style>
span { border-color: #DBE170; }
span { border-color: rgb(219,225,112); }
td.TdClassName
{
border-color: #DBE170;
}
.TagClassName
{
border-color: #DBE170;
}
</style>