Shades of Equator #DBB865
Tints of Equator #DBB865
RGB
CMYK
RGB Variations
Color information
#DBB865 (or 0xDBB865) is known color: Equator. HEX triplet: DB, B8 and 65. RGB value is (219,184,101). Sum of RGB (Red+Green+Blue) = 219+184+101=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB865 is #24479A. Grayscale: #B9B9B9. Windows color (decimal): -2377627 or 6666459. OLE color: 6666459.
HSL color Cylindrical-coordinate representation of color #DBB865: hue angle of 42.2º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBB865 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 101 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.14 |
| HSL | 42.2º | 0.62% | 0.63% | - |
| HSV(B) | 42.2º | 0.54% | 0.86% | - |
| XYZ | 48.7 | 50.28 | 19.45 | - |
| YUV | 185 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 101 | 0 | 0.16 | 0.54 | 0.14 | 42.2 | 0.62 | 0.63 |
| Hex | DB | B8 | 65 | 0 | 10 | 36 | E | 2A | 3E | 3F |
| Octal | 333 | 270 | 145 | 0 | 20 | 66 | 16 | 52 | 76 | 77 |
| Binary | 11011011 | 10111000 | 1100101 | 0 | 10000 | 110110 | 1110 | 101010 | 111110 | 111111 |
Color Harmonies of #DBB865
Complementary color
Monochromatic Colors of #DBB865
Black with #DBB865
Text Example
Text Example
White with #DBB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB865; }
p { color: rgb(219,184,101); }
H1.HeaderClassName
{
color: #DBB865;
}
.AnyTagClassName
{
color: #DBB865;
}
</style>
background-color css
<style>
a { background-color: #DBB865; }
a { background-color: rgb(219,184,101); }
div.DivClassName
{
background-color: #DBB865;
}
.BgClassName
{
background-color: #DBB865;
}
</style>
border-color css
<style>
span { border-color: #DBB865; }
span { border-color: rgb(219,184,101); }
td.TdClassName
{
border-color: #DBB865;
}
.TagClassName
{
border-color: #DBB865;
}
</style>