Shades of Equator #DBAA69
Tints of Equator #DBAA69
RGB
CMYK
RGB Variations
Color information
#DBAA69 (or 0xDBAA69) is known color: Equator. HEX triplet: DB, AA and 69. RGB value is (219,170,105). Sum of RGB (Red+Green+Blue) = 219+170+105=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA69 is #245596. Grayscale: #B1B1B1. Windows color (decimal): -2381207 or 6925019. OLE color: 6925019.
HSL color Cylindrical-coordinate representation of color #DBAA69: hue angle of 34.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBAA69 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 105 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.14 |
| HSL | 34.21º | 0.61% | 0.64% | - |
| HSV(B) | 34.21º | 0.52% | 0.86% | - |
| XYZ | 46.14 | 44.83 | 19.59 | - |
| YUV | 177.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 105 | 0 | 0.22 | 0.52 | 0.14 | 34.21 | 0.61 | 0.64 |
| Hex | DB | AA | 69 | 0 | 16 | 34 | E | 22 | 3D | 40 |
| Octal | 333 | 252 | 151 | 0 | 26 | 64 | 16 | 42 | 75 | 100 |
| Binary | 11011011 | 10101010 | 1101001 | 0 | 10110 | 110100 | 1110 | 100010 | 111101 | 1000000 |
Color Harmonies of #DBAA69
Complementary color
Monochromatic Colors of #DBAA69
Black with #DBAA69
Text Example
Text Example
White with #DBAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAA69; }
p { color: rgb(219,170,105); }
H1.HeaderClassName
{
color: #DBAA69;
}
.AnyTagClassName
{
color: #DBAA69;
}
</style>
background-color css
<style>
a { background-color: #DBAA69; }
a { background-color: rgb(219,170,105); }
div.DivClassName
{
background-color: #DBAA69;
}
.BgClassName
{
background-color: #DBAA69;
}
</style>
border-color css
<style>
span { border-color: #DBAA69; }
span { border-color: rgb(219,170,105); }
td.TdClassName
{
border-color: #DBAA69;
}
.TagClassName
{
border-color: #DBAA69;
}
</style>