Shades of Equator #DBAC69
Tints of Equator #DBAC69
RGB
CMYK
RGB Variations
Color information
#DBAC69 (or 0xDBAC69) is known color: Equator. HEX triplet: DB, AC and 69. RGB value is (219,172,105). Sum of RGB (Red+Green+Blue) = 219+172+105=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC69 is #245396. Grayscale: #B2B2B2. Windows color (decimal): -2380695 or 6925531. OLE color: 6925531.
HSL color Cylindrical-coordinate representation of color #DBAC69: hue angle of 35.26º 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 #DBAC69 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 105 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.14 |
| HSL | 35.26º | 0.61% | 0.64% | - |
| HSV(B) | 35.26º | 0.52% | 0.86% | - |
| XYZ | 46.52 | 45.59 | 19.71 | - |
| YUV | 178.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 105 | 0 | 0.21 | 0.52 | 0.14 | 35.26 | 0.61 | 0.64 |
| Hex | DB | AC | 69 | 0 | 15 | 34 | E | 23 | 3D | 40 |
| Octal | 333 | 254 | 151 | 0 | 25 | 64 | 16 | 43 | 75 | 100 |
| Binary | 11011011 | 10101100 | 1101001 | 0 | 10101 | 110100 | 1110 | 100011 | 111101 | 1000000 |
Color Harmonies of #DBAC69
Complementary color
Monochromatic Colors of #DBAC69
Black with #DBAC69
Text Example
Text Example
White with #DBAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC69; }
p { color: rgb(219,172,105); }
H1.HeaderClassName
{
color: #DBAC69;
}
.AnyTagClassName
{
color: #DBAC69;
}
</style>
background-color css
<style>
a { background-color: #DBAC69; }
a { background-color: rgb(219,172,105); }
div.DivClassName
{
background-color: #DBAC69;
}
.BgClassName
{
background-color: #DBAC69;
}
</style>
border-color css
<style>
span { border-color: #DBAC69; }
span { border-color: rgb(219,172,105); }
td.TdClassName
{
border-color: #DBAC69;
}
.TagClassName
{
border-color: #DBAC69;
}
</style>