Shades of Equator #DBA86A
Tints of Equator #DBA86A
RGB
CMYK
RGB Variations
Color information
#DBA86A (or 0xDBA86A) is known color: Equator. HEX triplet: DB, A8 and 6A. RGB value is (219,168,106). Sum of RGB (Red+Green+Blue) = 219+168+106=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86A is #245795. Grayscale: #B0B0B0. Windows color (decimal): -2381718 or 6990043. OLE color: 6990043.
HSL color Cylindrical-coordinate representation of color #DBA86A: hue angle of 32.92º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBA86A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 32.92º | 0.61% | 0.64% | - |
| HSV(B) | 32.92º | 0.52% | 0.86% | - |
| XYZ | 45.82 | 44.11 | 19.73 | - |
| YUV | 176.18 | 88.4 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 106 | 0 | 0.23 | 0.52 | 0.14 | 32.92 | 0.61 | 0.64 |
| Hex | DB | A8 | 6A | 0 | 17 | 34 | E | 21 | 3D | 40 |
| Octal | 333 | 250 | 152 | 0 | 27 | 64 | 16 | 41 | 75 | 100 |
| Binary | 11011011 | 10101000 | 1101010 | 0 | 10111 | 110100 | 1110 | 100001 | 111101 | 1000000 |
Color Harmonies of #DBA86A
Complementary color
Monochromatic Colors of #DBA86A
Black with #DBA86A
Text Example
Text Example
White with #DBA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA86A; }
p { color: rgb(219,168,106); }
H1.HeaderClassName
{
color: #DBA86A;
}
.AnyTagClassName
{
color: #DBA86A;
}
</style>
background-color css
<style>
a { background-color: #DBA86A; }
a { background-color: rgb(219,168,106); }
div.DivClassName
{
background-color: #DBA86A;
}
.BgClassName
{
background-color: #DBA86A;
}
</style>
border-color css
<style>
span { border-color: #DBA86A; }
span { border-color: rgb(219,168,106); }
td.TdClassName
{
border-color: #DBA86A;
}
.TagClassName
{
border-color: #DBA86A;
}
</style>