Shades of Equator #DBAA64
Tints of Equator #DBAA64
RGB
CMYK
RGB Variations
Color information
#DBAA64 (or 0xDBAA64) is known color: Equator. HEX triplet: DB, AA and 64. RGB value is (219,170,100). Sum of RGB (Red+Green+Blue) = 219+170+100=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA64 is #24559B. Grayscale: #B1B1B1. Windows color (decimal): -2381212 or 6597339. OLE color: 6597339.
HSL color Cylindrical-coordinate representation of color #DBAA64: hue angle of 35.29º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBAA64 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 100 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.14 |
| HSL | 35.29º | 0.62% | 0.63% | - |
| HSV(B) | 35.29º | 0.54% | 0.86% | - |
| XYZ | 45.89 | 44.73 | 18.27 | - |
| YUV | 176.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 100 | 0 | 0.22 | 0.54 | 0.14 | 35.29 | 0.62 | 0.63 |
| Hex | DB | AA | 64 | 0 | 16 | 36 | E | 23 | 3E | 3F |
| Octal | 333 | 252 | 144 | 0 | 26 | 66 | 16 | 43 | 76 | 77 |
| Binary | 11011011 | 10101010 | 1100100 | 0 | 10110 | 110110 | 1110 | 100011 | 111110 | 111111 |
Color Harmonies of #DBAA64
Complementary color
Monochromatic Colors of #DBAA64
Black with #DBAA64
Text Example
Text Example
White with #DBAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA64; }
p { color: rgb(219,170,100); }
H1.HeaderClassName
{
color: #DBAA64;
}
.AnyTagClassName
{
color: #DBAA64;
}
</style>
background-color css
<style>
a { background-color: #DBAA64; }
a { background-color: rgb(219,170,100); }
div.DivClassName
{
background-color: #DBAA64;
}
.BgClassName
{
background-color: #DBAA64;
}
</style>
border-color css
<style>
span { border-color: #DBAA64; }
span { border-color: rgb(219,170,100); }
td.TdClassName
{
border-color: #DBAA64;
}
.TagClassName
{
border-color: #DBAA64;
}
</style>