Shades of Equator #DBAC6D
Tints of Equator #DBAC6D
RGB
CMYK
RGB Variations
Color information
#DBAC6D (or 0xDBAC6D) is known color: Equator. HEX triplet: DB, AC and 6D. RGB value is (219,172,109). Sum of RGB (Red+Green+Blue) = 219+172+109=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC6D is #245392. Grayscale: #B3B3B3. Windows color (decimal): -2380691 or 7187675. OLE color: 7187675.
HSL color Cylindrical-coordinate representation of color #DBAC6D: hue angle of 34.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBAC6D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 109 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.14 |
| HSL | 34.36º | 0.6% | 0.64% | - |
| HSV(B) | 34.36º | 0.5% | 0.86% | - |
| XYZ | 46.73 | 45.67 | 20.82 | - |
| YUV | 178.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 109 | 0 | 0.21 | 0.50 | 0.14 | 34.36 | 0.6 | 0.64 |
| Hex | DB | AC | 6D | 0 | 15 | 32 | E | 22 | 3C | 40 |
| Octal | 333 | 254 | 155 | 0 | 25 | 62 | 16 | 42 | 74 | 100 |
| Binary | 11011011 | 10101100 | 1101101 | 0 | 10101 | 110010 | 1110 | 100010 | 111100 | 1000000 |
Color Harmonies of #DBAC6D
Complementary color
Monochromatic Colors of #DBAC6D
Black with #DBAC6D
Text Example
Text Example
White with #DBAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC6D; }
p { color: rgb(219,172,109); }
H1.HeaderClassName
{
color: #DBAC6D;
}
.AnyTagClassName
{
color: #DBAC6D;
}
</style>
background-color css
<style>
a { background-color: #DBAC6D; }
a { background-color: rgb(219,172,109); }
div.DivClassName
{
background-color: #DBAC6D;
}
.BgClassName
{
background-color: #DBAC6D;
}
</style>
border-color css
<style>
span { border-color: #DBAC6D; }
span { border-color: rgb(219,172,109); }
td.TdClassName
{
border-color: #DBAC6D;
}
.TagClassName
{
border-color: #DBAC6D;
}
</style>