Shades of Equator #DBAC65
Tints of Equator #DBAC65
RGB
CMYK
RGB Variations
Color information
#DBAC65 (or 0xDBAC65) is known color: Equator. HEX triplet: DB, AC and 65. RGB value is (219,172,101). Sum of RGB (Red+Green+Blue) = 219+172+101=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC65 is #24539A. Grayscale: #B2B2B2. Windows color (decimal): -2380699 or 6663387. OLE color: 6663387.
HSL color Cylindrical-coordinate representation of color #DBAC65: hue angle of 36.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBAC65 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 101 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.14 |
| HSL | 36.1º | 0.62% | 0.63% | - |
| HSV(B) | 36.1º | 0.54% | 0.86% | - |
| XYZ | 46.31 | 45.5 | 18.65 | - |
| YUV | 177.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 101 | 0 | 0.21 | 0.54 | 0.14 | 36.1 | 0.62 | 0.63 |
| Hex | DB | AC | 65 | 0 | 15 | 36 | E | 24 | 3E | 3F |
| Octal | 333 | 254 | 145 | 0 | 25 | 66 | 16 | 44 | 76 | 77 |
| Binary | 11011011 | 10101100 | 1100101 | 0 | 10101 | 110110 | 1110 | 100100 | 111110 | 111111 |
Color Harmonies of #DBAC65
Complementary color
Monochromatic Colors of #DBAC65
Black with #DBAC65
Text Example
Text Example
White with #DBAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC65; }
p { color: rgb(219,172,101); }
H1.HeaderClassName
{
color: #DBAC65;
}
.AnyTagClassName
{
color: #DBAC65;
}
</style>
background-color css
<style>
a { background-color: #DBAC65; }
a { background-color: rgb(219,172,101); }
div.DivClassName
{
background-color: #DBAC65;
}
.BgClassName
{
background-color: #DBAC65;
}
</style>
border-color css
<style>
span { border-color: #DBAC65; }
span { border-color: rgb(219,172,101); }
td.TdClassName
{
border-color: #DBAC65;
}
.TagClassName
{
border-color: #DBAC65;
}
</style>