Shades of Equator #DBAA6C
Tints of Equator #DBAA6C
RGB
CMYK
RGB Variations
Color information
#DBAA6C (or 0xDBAA6C) is known color: Equator. HEX triplet: DB, AA and 6C. RGB value is (219,170,108). Sum of RGB (Red+Green+Blue) = 219+170+108=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA6C is #245593. Grayscale: #B1B1B1. Windows color (decimal): -2381204 or 7121627. OLE color: 7121627.
HSL color Cylindrical-coordinate representation of color #DBAA6C: hue angle of 33.51º 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 #DBAA6C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 108 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.14 |
| HSL | 33.51º | 0.61% | 0.64% | - |
| HSV(B) | 33.51º | 0.51% | 0.86% | - |
| XYZ | 46.29 | 44.89 | 20.41 | - |
| YUV | 177.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 108 | 0 | 0.22 | 0.51 | 0.14 | 33.51 | 0.61 | 0.64 |
| Hex | DB | AA | 6C | 0 | 16 | 33 | E | 22 | 3D | 40 |
| Octal | 333 | 252 | 154 | 0 | 26 | 63 | 16 | 42 | 75 | 100 |
| Binary | 11011011 | 10101010 | 1101100 | 0 | 10110 | 110011 | 1110 | 100010 | 111101 | 1000000 |
Color Harmonies of #DBAA6C
Complementary color
Monochromatic Colors of #DBAA6C
Black with #DBAA6C
Text Example
Text Example
White with #DBAA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA6C; }
p { color: rgb(219,170,108); }
H1.HeaderClassName
{
color: #DBAA6C;
}
.AnyTagClassName
{
color: #DBAA6C;
}
</style>
background-color css
<style>
a { background-color: #DBAA6C; }
a { background-color: rgb(219,170,108); }
div.DivClassName
{
background-color: #DBAA6C;
}
.BgClassName
{
background-color: #DBAA6C;
}
</style>
border-color css
<style>
span { border-color: #DBAA6C; }
span { border-color: rgb(219,170,108); }
td.TdClassName
{
border-color: #DBAA6C;
}
.TagClassName
{
border-color: #DBAA6C;
}
</style>