Shades of Equator #DBA86C
Tints of Equator #DBA86C
RGB
CMYK
RGB Variations
Color information
#DBA86C (or 0xDBA86C) is known color: Equator. HEX triplet: DB, A8 and 6C. RGB value is (219,168,108). Sum of RGB (Red+Green+Blue) = 219+168+108=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA86C is #245793. Grayscale: #B0B0B0. Windows color (decimal): -2381716 or 7121115. OLE color: 7121115.
HSL color Cylindrical-coordinate representation of color #DBA86C: hue angle of 32.43º 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 #DBA86C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 108 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.14 |
| HSL | 32.43º | 0.61% | 0.64% | - |
| HSV(B) | 32.43º | 0.51% | 0.86% | - |
| XYZ | 45.92 | 44.15 | 20.29 | - |
| YUV | 176.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 108 | 0 | 0.23 | 0.51 | 0.14 | 32.43 | 0.61 | 0.64 |
| Hex | DB | A8 | 6C | 0 | 17 | 33 | E | 20 | 3D | 40 |
| Octal | 333 | 250 | 154 | 0 | 27 | 63 | 16 | 40 | 75 | 100 |
| Binary | 11011011 | 10101000 | 1101100 | 0 | 10111 | 110011 | 1110 | 100000 | 111101 | 1000000 |
Color Harmonies of #DBA86C
Complementary color
Monochromatic Colors of #DBA86C
Black with #DBA86C
Text Example
Text Example
White with #DBA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA86C; }
p { color: rgb(219,168,108); }
H1.HeaderClassName
{
color: #DBA86C;
}
.AnyTagClassName
{
color: #DBA86C;
}
</style>
background-color css
<style>
a { background-color: #DBA86C; }
a { background-color: rgb(219,168,108); }
div.DivClassName
{
background-color: #DBA86C;
}
.BgClassName
{
background-color: #DBA86C;
}
</style>
border-color css
<style>
span { border-color: #DBA86C; }
span { border-color: rgb(219,168,108); }
td.TdClassName
{
border-color: #DBA86C;
}
.TagClassName
{
border-color: #DBA86C;
}
</style>