Shades of Equator #DBA76C
Tints of Equator #DBA76C
RGB
CMYK
RGB Variations
Color information
#DBA76C (or 0xDBA76C) is known color: Equator. HEX triplet: DB, A7 and 6C. RGB value is (219,167,108). Sum of RGB (Red+Green+Blue) = 219+167+108=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76C is #245893. Grayscale: #B0B0B0. Windows color (decimal): -2381972 or 7120859. OLE color: 7120859.
HSL color Cylindrical-coordinate representation of color #DBA76C: hue angle of 31.89º 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 #DBA76C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 108 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.14 |
| HSL | 31.89º | 0.61% | 0.64% | - |
| HSV(B) | 31.89º | 0.51% | 0.86% | - |
| XYZ | 45.74 | 43.78 | 20.23 | - |
| YUV | 175.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 108 | 0 | 0.24 | 0.51 | 0.14 | 31.89 | 0.61 | 0.64 |
| Hex | DB | A7 | 6C | 0 | 18 | 33 | E | 20 | 3D | 40 |
| Octal | 333 | 247 | 154 | 0 | 30 | 63 | 16 | 40 | 75 | 100 |
| Binary | 11011011 | 10100111 | 1101100 | 0 | 11000 | 110011 | 1110 | 100000 | 111101 | 1000000 |
Color Harmonies of #DBA76C
Complementary color
Monochromatic Colors of #DBA76C
Black with #DBA76C
Text Example
Text Example
White with #DBA76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA76C; }
p { color: rgb(219,167,108); }
H1.HeaderClassName
{
color: #DBA76C;
}
.AnyTagClassName
{
color: #DBA76C;
}
</style>
background-color css
<style>
a { background-color: #DBA76C; }
a { background-color: rgb(219,167,108); }
div.DivClassName
{
background-color: #DBA76C;
}
.BgClassName
{
background-color: #DBA76C;
}
</style>
border-color css
<style>
span { border-color: #DBA76C; }
span { border-color: rgb(219,167,108); }
td.TdClassName
{
border-color: #DBA76C;
}
.TagClassName
{
border-color: #DBA76C;
}
</style>