Shades of Equator #DBAC68
Tints of Equator #DBAC68
RGB
CMYK
RGB Variations
Color information
#DBAC68 (or 0xDBAC68) is known color: Equator. HEX triplet: DB, AC and 68. RGB value is (219,172,104). Sum of RGB (Red+Green+Blue) = 219+172+104=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC68 is #245397. Grayscale: #B2B2B2. Windows color (decimal): -2380696 or 6859995. OLE color: 6859995.
HSL color Cylindrical-coordinate representation of color #DBAC68: hue angle of 35.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAC68 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 172 | 104 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.14 |
| HSL | 35.48º | 0.61% | 0.63% | - |
| HSV(B) | 35.48º | 0.53% | 0.86% | - |
| XYZ | 46.46 | 45.56 | 19.44 | - |
| YUV | 178.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 104 | 0 | 0.21 | 0.53 | 0.14 | 35.48 | 0.61 | 0.63 |
| Hex | DB | AC | 68 | 0 | 15 | 35 | E | 23 | 3D | 3F |
| Octal | 333 | 254 | 150 | 0 | 25 | 65 | 16 | 43 | 75 | 77 |
| Binary | 11011011 | 10101100 | 1101000 | 0 | 10101 | 110101 | 1110 | 100011 | 111101 | 111111 |
Color Harmonies of #DBAC68
Complementary color
Monochromatic Colors of #DBAC68
Black with #DBAC68
Text Example
Text Example
White with #DBAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAC68; }
p { color: rgb(219,172,104); }
H1.HeaderClassName
{
color: #DBAC68;
}
.AnyTagClassName
{
color: #DBAC68;
}
</style>
background-color css
<style>
a { background-color: #DBAC68; }
a { background-color: rgb(219,172,104); }
div.DivClassName
{
background-color: #DBAC68;
}
.BgClassName
{
background-color: #DBAC68;
}
</style>
border-color css
<style>
span { border-color: #DBAC68; }
span { border-color: rgb(219,172,104); }
td.TdClassName
{
border-color: #DBAC68;
}
.TagClassName
{
border-color: #DBAC68;
}
</style>