Shades of Equator #DBA86B
Tints of Equator #DBA86B
RGB
CMYK
RGB Variations
Color information
#DBA86B (or 0xDBA86B) is known color: Equator. HEX triplet: DB, A8 and 6B. RGB value is (219,168,107). Sum of RGB (Red+Green+Blue) = 219+168+107=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86B is #245794. Grayscale: #B0B0B0. Windows color (decimal): -2381717 or 7055579. OLE color: 7055579.
HSL color Cylindrical-coordinate representation of color #DBA86B: hue angle of 32.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBA86B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 107 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.14 |
| HSL | 32.68º | 0.61% | 0.64% | - |
| HSV(B) | 32.68º | 0.51% | 0.86% | - |
| XYZ | 45.87 | 44.13 | 20.01 | - |
| YUV | 176.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 107 | 0 | 0.23 | 0.51 | 0.14 | 32.68 | 0.61 | 0.64 |
| Hex | DB | A8 | 6B | 0 | 17 | 33 | E | 21 | 3D | 40 |
| Octal | 333 | 250 | 153 | 0 | 27 | 63 | 16 | 41 | 75 | 100 |
| Binary | 11011011 | 10101000 | 1101011 | 0 | 10111 | 110011 | 1110 | 100001 | 111101 | 1000000 |
Color Harmonies of #DBA86B
Complementary color
Monochromatic Colors of #DBA86B
Black with #DBA86B
Text Example
Text Example
White with #DBA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA86B; }
p { color: rgb(219,168,107); }
H1.HeaderClassName
{
color: #DBA86B;
}
.AnyTagClassName
{
color: #DBA86B;
}
</style>
background-color css
<style>
a { background-color: #DBA86B; }
a { background-color: rgb(219,168,107); }
div.DivClassName
{
background-color: #DBA86B;
}
.BgClassName
{
background-color: #DBA86B;
}
</style>
border-color css
<style>
span { border-color: #DBA86B; }
span { border-color: rgb(219,168,107); }
td.TdClassName
{
border-color: #DBA86B;
}
.TagClassName
{
border-color: #DBA86B;
}
</style>