Shades of Equator #DBB858
Tints of Equator #DBB858
RGB
CMYK
RGB Variations
Color information
#DBB858 (or 0xDBB858) is known color: Equator. HEX triplet: DB, B8 and 58. RGB value is (219,184,88). Sum of RGB (Red+Green+Blue) = 219+184+88=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB858 is #2447A7. Grayscale: #B7B7B7. Windows color (decimal): -2377640 or 5814491. OLE color: 5814491.
HSL color Cylindrical-coordinate representation of color #DBB858: hue angle of 43.97º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB858 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 88 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.14 |
| HSL | 43.97º | 0.65% | 0.6% | - |
| HSV(B) | 43.97º | 0.6% | 0.86% | - |
| XYZ | 48.12 | 50.05 | 16.36 | - |
| YUV | 183.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 88 | 0 | 0.16 | 0.60 | 0.14 | 43.97 | 0.65 | 0.6 |
| Hex | DB | B8 | 58 | 0 | 10 | 3C | E | 2C | 41 | 3C |
| Octal | 333 | 270 | 130 | 0 | 20 | 74 | 16 | 54 | 101 | 74 |
| Binary | 11011011 | 10111000 | 1011000 | 0 | 10000 | 111100 | 1110 | 101100 | 1000001 | 111100 |
Color Harmonies of #DBB858
Complementary color
Monochromatic Colors of #DBB858
Black with #DBB858
Text Example
Text Example
White with #DBB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB858; }
p { color: rgb(219,184,88); }
H1.HeaderClassName
{
color: #DBB858;
}
.AnyTagClassName
{
color: #DBB858;
}
</style>
background-color css
<style>
a { background-color: #DBB858; }
a { background-color: rgb(219,184,88); }
div.DivClassName
{
background-color: #DBB858;
}
.BgClassName
{
background-color: #DBB858;
}
</style>
border-color css
<style>
span { border-color: #DBB858; }
span { border-color: rgb(219,184,88); }
td.TdClassName
{
border-color: #DBB858;
}
.TagClassName
{
border-color: #DBB858;
}
</style>