Shades of Equator #DBA76B
Tints of Equator #DBA76B
RGB
CMYK
RGB Variations
Color information
#DBA76B (or 0xDBA76B) is known color: Equator. HEX triplet: DB, A7 and 6B. RGB value is (219,167,107). Sum of RGB (Red+Green+Blue) = 219+167+107=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76B is #245894. Grayscale: #B0B0B0. Windows color (decimal): -2381973 or 7055323. OLE color: 7055323.
HSL color Cylindrical-coordinate representation of color #DBA76B: hue angle of 32.14º 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 #DBA76B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 107 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.14 |
| HSL | 32.14º | 0.61% | 0.64% | - |
| HSV(B) | 32.14º | 0.51% | 0.86% | - |
| XYZ | 45.69 | 43.76 | 19.95 | - |
| YUV | 175.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 107 | 0 | 0.24 | 0.51 | 0.14 | 32.14 | 0.61 | 0.64 |
| Hex | DB | A7 | 6B | 0 | 18 | 33 | E | 20 | 3D | 40 |
| Octal | 333 | 247 | 153 | 0 | 30 | 63 | 16 | 40 | 75 | 100 |
| Binary | 11011011 | 10100111 | 1101011 | 0 | 11000 | 110011 | 1110 | 100000 | 111101 | 1000000 |
Color Harmonies of #DBA76B
Complementary color
Monochromatic Colors of #DBA76B
Black with #DBA76B
Text Example
Text Example
White with #DBA76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA76B; }
p { color: rgb(219,167,107); }
H1.HeaderClassName
{
color: #DBA76B;
}
.AnyTagClassName
{
color: #DBA76B;
}
</style>
background-color css
<style>
a { background-color: #DBA76B; }
a { background-color: rgb(219,167,107); }
div.DivClassName
{
background-color: #DBA76B;
}
.BgClassName
{
background-color: #DBA76B;
}
</style>
border-color css
<style>
span { border-color: #DBA76B; }
span { border-color: rgb(219,167,107); }
td.TdClassName
{
border-color: #DBA76B;
}
.TagClassName
{
border-color: #DBA76B;
}
</style>