Shades of Equator #DBAA63
Tints of Equator #DBAA63
RGB
CMYK
RGB Variations
Color information
#DBAA63 (or 0xDBAA63) is known color: Equator. HEX triplet: DB, AA and 63. RGB value is (219,170,99). Sum of RGB (Red+Green+Blue) = 219+170+99=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA63 is #24559C. Grayscale: #B0B0B0. Windows color (decimal): -2381213 or 6531803. OLE color: 6531803.
HSL color Cylindrical-coordinate representation of color #DBAA63: hue angle of 35.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBAA63 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 99 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.14 |
| HSL | 35.5º | 0.63% | 0.62% | - |
| HSV(B) | 35.5º | 0.55% | 0.86% | - |
| XYZ | 45.84 | 44.71 | 18.02 | - |
| YUV | 176.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 99 | 0 | 0.22 | 0.55 | 0.14 | 35.5 | 0.63 | 0.62 |
| Hex | DB | AA | 63 | 0 | 16 | 37 | E | 24 | 3E | 3E |
| Octal | 333 | 252 | 143 | 0 | 26 | 67 | 16 | 44 | 76 | 76 |
| Binary | 11011011 | 10101010 | 1100011 | 0 | 10110 | 110111 | 1110 | 100100 | 111110 | 111110 |
Color Harmonies of #DBAA63
Complementary color
Monochromatic Colors of #DBAA63
Black with #DBAA63
Text Example
Text Example
White with #DBAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA63; }
p { color: rgb(219,170,99); }
H1.HeaderClassName
{
color: #DBAA63;
}
.AnyTagClassName
{
color: #DBAA63;
}
</style>
background-color css
<style>
a { background-color: #DBAA63; }
a { background-color: rgb(219,170,99); }
div.DivClassName
{
background-color: #DBAA63;
}
.BgClassName
{
background-color: #DBAA63;
}
</style>
border-color css
<style>
span { border-color: #DBAA63; }
span { border-color: rgb(219,170,99); }
td.TdClassName
{
border-color: #DBAA63;
}
.TagClassName
{
border-color: #DBAA63;
}
</style>