Shades of Equator #DBAA66
Tints of Equator #DBAA66
RGB
CMYK
RGB Variations
Color information
#DBAA66 (or 0xDBAA66) is known color: Equator. HEX triplet: DB, AA and 66. RGB value is (219,170,102). Sum of RGB (Red+Green+Blue) = 219+170+102=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA66 is #245599. Grayscale: #B1B1B1. Windows color (decimal): -2381210 or 6728411. OLE color: 6728411.
HSL color Cylindrical-coordinate representation of color #DBAA66: hue angle of 34.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAA66 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 102 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.14 |
| HSL | 34.87º | 0.62% | 0.63% | - |
| HSV(B) | 34.87º | 0.53% | 0.86% | - |
| XYZ | 45.99 | 44.77 | 18.79 | - |
| YUV | 176.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 102 | 0 | 0.22 | 0.53 | 0.14 | 34.87 | 0.62 | 0.63 |
| Hex | DB | AA | 66 | 0 | 16 | 35 | E | 23 | 3E | 3F |
| Octal | 333 | 252 | 146 | 0 | 26 | 65 | 16 | 43 | 76 | 77 |
| Binary | 11011011 | 10101010 | 1100110 | 0 | 10110 | 110101 | 1110 | 100011 | 111110 | 111111 |
Color Harmonies of #DBAA66
Complementary color
Monochromatic Colors of #DBAA66
Black with #DBAA66
Text Example
Text Example
White with #DBAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA66; }
p { color: rgb(219,170,102); }
H1.HeaderClassName
{
color: #DBAA66;
}
.AnyTagClassName
{
color: #DBAA66;
}
</style>
background-color css
<style>
a { background-color: #DBAA66; }
a { background-color: rgb(219,170,102); }
div.DivClassName
{
background-color: #DBAA66;
}
.BgClassName
{
background-color: #DBAA66;
}
</style>
border-color css
<style>
span { border-color: #DBAA66; }
span { border-color: rgb(219,170,102); }
td.TdClassName
{
border-color: #DBAA66;
}
.TagClassName
{
border-color: #DBAA66;
}
</style>