Shades of Equator #DBAA62
Tints of Equator #DBAA62
RGB
CMYK
RGB Variations
Color information
#DBAA62 (or 0xDBAA62) is known color: Equator. HEX triplet: DB, AA and 62. RGB value is (219,170,98). Sum of RGB (Red+Green+Blue) = 219+170+98=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA62 is #24559D. Grayscale: #B0B0B0. Windows color (decimal): -2381214 or 6466267. OLE color: 6466267.
HSL color Cylindrical-coordinate representation of color #DBAA62: hue angle of 35.7º degrees, saturation: 0.63, 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 #DBAA62 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 98 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.14 |
| HSL | 35.7º | 0.63% | 0.62% | - |
| HSV(B) | 35.7º | 0.55% | 0.86% | - |
| XYZ | 45.79 | 44.69 | 17.77 | - |
| YUV | 176.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 98 | 0 | 0.22 | 0.55 | 0.14 | 35.7 | 0.63 | 0.62 |
| Hex | DB | AA | 62 | 0 | 16 | 37 | E | 24 | 3F | 3E |
| Octal | 333 | 252 | 142 | 0 | 26 | 67 | 16 | 44 | 77 | 76 |
| Binary | 11011011 | 10101010 | 1100010 | 0 | 10110 | 110111 | 1110 | 100100 | 111111 | 111110 |
Color Harmonies of #DBAA62
Complementary color
Monochromatic Colors of #DBAA62
Black with #DBAA62
Text Example
Text Example
White with #DBAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA62; }
p { color: rgb(219,170,98); }
H1.HeaderClassName
{
color: #DBAA62;
}
.AnyTagClassName
{
color: #DBAA62;
}
</style>
background-color css
<style>
a { background-color: #DBAA62; }
a { background-color: rgb(219,170,98); }
div.DivClassName
{
background-color: #DBAA62;
}
.BgClassName
{
background-color: #DBAA62;
}
</style>
border-color css
<style>
span { border-color: #DBAA62; }
span { border-color: rgb(219,170,98); }
td.TdClassName
{
border-color: #DBAA62;
}
.TagClassName
{
border-color: #DBAA62;
}
</style>