Shades of Equator #DBAB6A
Tints of Equator #DBAB6A
RGB
CMYK
RGB Variations
Color information
#DBAB6A (or 0xDBAB6A) is known color: Equator. HEX triplet: DB, AB and 6A. RGB value is (219,171,106). Sum of RGB (Red+Green+Blue) = 219+171+106=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB6A is #245495. Grayscale: #B2B2B2. Windows color (decimal): -2380950 or 6990811. OLE color: 6990811.
HSL color Cylindrical-coordinate representation of color #DBAB6A: hue angle of 34.51º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBAB6A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 171 | 106 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.14 |
| HSL | 34.51º | 0.61% | 0.64% | - |
| HSV(B) | 34.51º | 0.52% | 0.86% | - |
| XYZ | 46.38 | 45.23 | 19.92 | - |
| YUV | 177.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 106 | 0 | 0.22 | 0.52 | 0.14 | 34.51 | 0.61 | 0.64 |
| Hex | DB | AB | 6A | 0 | 16 | 34 | E | 23 | 3D | 40 |
| Octal | 333 | 253 | 152 | 0 | 26 | 64 | 16 | 43 | 75 | 100 |
| Binary | 11011011 | 10101011 | 1101010 | 0 | 10110 | 110100 | 1110 | 100011 | 111101 | 1000000 |
Color Harmonies of #DBAB6A
Complementary color
Monochromatic Colors of #DBAB6A
Black with #DBAB6A
Text Example
Text Example
White with #DBAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAB6A; }
p { color: rgb(219,171,106); }
H1.HeaderClassName
{
color: #DBAB6A;
}
.AnyTagClassName
{
color: #DBAB6A;
}
</style>
background-color css
<style>
a { background-color: #DBAB6A; }
a { background-color: rgb(219,171,106); }
div.DivClassName
{
background-color: #DBAB6A;
}
.BgClassName
{
background-color: #DBAB6A;
}
</style>
border-color css
<style>
span { border-color: #DBAB6A; }
span { border-color: rgb(219,171,106); }
td.TdClassName
{
border-color: #DBAB6A;
}
.TagClassName
{
border-color: #DBAB6A;
}
</style>