Shades of Equator #DBAB6D
Tints of Equator #DBAB6D
RGB
CMYK
RGB Variations
Color information
#DBAB6D (or 0xDBAB6D) is known color: Equator. HEX triplet: DB, AB and 6D. RGB value is (219,171,109). Sum of RGB (Red+Green+Blue) = 219+171+109=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB6D is #245492. Grayscale: #B2B2B2. Windows color (decimal): -2380947 or 7187419. OLE color: 7187419.
HSL color Cylindrical-coordinate representation of color #DBAB6D: hue angle of 33.82º 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 #DBAB6D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 109 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.14 |
| HSL | 33.82º | 0.6% | 0.64% | - |
| HSV(B) | 33.82º | 0.5% | 0.86% | - |
| XYZ | 46.54 | 45.29 | 20.76 | - |
| YUV | 178.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 109 | 0 | 0.22 | 0.50 | 0.14 | 33.82 | 0.6 | 0.64 |
| Hex | DB | AB | 6D | 0 | 16 | 32 | E | 22 | 3C | 40 |
| Octal | 333 | 253 | 155 | 0 | 26 | 62 | 16 | 42 | 74 | 100 |
| Binary | 11011011 | 10101011 | 1101101 | 0 | 10110 | 110010 | 1110 | 100010 | 111100 | 1000000 |
Color Harmonies of #DBAB6D
Complementary color
Monochromatic Colors of #DBAB6D
Black with #DBAB6D
Text Example
Text Example
White with #DBAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB6D; }
p { color: rgb(219,171,109); }
H1.HeaderClassName
{
color: #DBAB6D;
}
.AnyTagClassName
{
color: #DBAB6D;
}
</style>
background-color css
<style>
a { background-color: #DBAB6D; }
a { background-color: rgb(219,171,109); }
div.DivClassName
{
background-color: #DBAB6D;
}
.BgClassName
{
background-color: #DBAB6D;
}
</style>
border-color css
<style>
span { border-color: #DBAB6D; }
span { border-color: rgb(219,171,109); }
td.TdClassName
{
border-color: #DBAB6D;
}
.TagClassName
{
border-color: #DBAB6D;
}
</style>