Shades of Equator #DBAC6C
Tints of Equator #DBAC6C
RGB
CMYK
RGB Variations
Color information
#DBAC6C (or 0xDBAC6C) is known color: Equator. HEX triplet: DB, AC and 6C. RGB value is (219,172,108). Sum of RGB (Red+Green+Blue) = 219+172+108=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC6C is #245393. Grayscale: #B3B3B3. Windows color (decimal): -2380692 or 7122139. OLE color: 7122139.
HSL color Cylindrical-coordinate representation of color #DBAC6C: hue angle of 34.59º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBAC6C is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 108 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.14 |
| HSL | 34.59º | 0.61% | 0.64% | - |
| HSV(B) | 34.59º | 0.51% | 0.86% | - |
| XYZ | 46.67 | 45.65 | 20.54 | - |
| YUV | 178.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 108 | 0 | 0.21 | 0.51 | 0.14 | 34.59 | 0.61 | 0.64 |
| Hex | DB | AC | 6C | 0 | 15 | 33 | E | 23 | 3D | 40 |
| Octal | 333 | 254 | 154 | 0 | 25 | 63 | 16 | 43 | 75 | 100 |
| Binary | 11011011 | 10101100 | 1101100 | 0 | 10101 | 110011 | 1110 | 100011 | 111101 | 1000000 |
Color Harmonies of #DBAC6C
Complementary color
Monochromatic Colors of #DBAC6C
Black with #DBAC6C
Text Example
Text Example
White with #DBAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC6C; }
p { color: rgb(219,172,108); }
H1.HeaderClassName
{
color: #DBAC6C;
}
.AnyTagClassName
{
color: #DBAC6C;
}
</style>
background-color css
<style>
a { background-color: #DBAC6C; }
a { background-color: rgb(219,172,108); }
div.DivClassName
{
background-color: #DBAC6C;
}
.BgClassName
{
background-color: #DBAC6C;
}
</style>
border-color css
<style>
span { border-color: #DBAC6C; }
span { border-color: rgb(219,172,108); }
td.TdClassName
{
border-color: #DBAC6C;
}
.TagClassName
{
border-color: #DBAC6C;
}
</style>