Shades of Equator #DBAC63
Tints of Equator #DBAC63
RGB
CMYK
RGB Variations
Color information
#DBAC63 (or 0xDBAC63) is known color: Equator. HEX triplet: DB, AC and 63. RGB value is (219,172,99). Sum of RGB (Red+Green+Blue) = 219+172+99=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC63 is #24539C. Grayscale: #B2B2B2. Windows color (decimal): -2380701 or 6532315. OLE color: 6532315.
HSL color Cylindrical-coordinate representation of color #DBAC63: hue angle of 36.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBAC63 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 99 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.14 |
| HSL | 36.5º | 0.63% | 0.62% | - |
| HSV(B) | 36.5º | 0.55% | 0.86% | - |
| XYZ | 46.22 | 45.47 | 18.14 | - |
| YUV | 177.73 | 83.57 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 99 | 0 | 0.21 | 0.55 | 0.14 | 36.5 | 0.63 | 0.62 |
| Hex | DB | AC | 63 | 0 | 15 | 37 | E | 24 | 3E | 3E |
| Octal | 333 | 254 | 143 | 0 | 25 | 67 | 16 | 44 | 76 | 76 |
| Binary | 11011011 | 10101100 | 1100011 | 0 | 10101 | 110111 | 1110 | 100100 | 111110 | 111110 |
Color Harmonies of #DBAC63
Complementary color
Monochromatic Colors of #DBAC63
Black with #DBAC63
Text Example
Text Example
White with #DBAC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC63; }
p { color: rgb(219,172,99); }
H1.HeaderClassName
{
color: #DBAC63;
}
.AnyTagClassName
{
color: #DBAC63;
}
</style>
background-color css
<style>
a { background-color: #DBAC63; }
a { background-color: rgb(219,172,99); }
div.DivClassName
{
background-color: #DBAC63;
}
.BgClassName
{
background-color: #DBAC63;
}
</style>
border-color css
<style>
span { border-color: #DBAC63; }
span { border-color: rgb(219,172,99); }
td.TdClassName
{
border-color: #DBAC63;
}
.TagClassName
{
border-color: #DBAC63;
}
</style>