Shades of Equator #DBA96A
Tints of Equator #DBA96A
RGB
CMYK
RGB Variations
Color information
#DBA96A (or 0xDBA96A) is known color: Equator. HEX triplet: DB, A9 and 6A. RGB value is (219,169,106). Sum of RGB (Red+Green+Blue) = 219+169+106=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA96A is #245695. Grayscale: #B1B1B1. Windows color (decimal): -2381462 or 6990299. OLE color: 6990299.
HSL color Cylindrical-coordinate representation of color #DBA96A: hue angle of 33.45º 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 #DBA96A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.14 |
| HSL | 33.45º | 0.61% | 0.64% | - |
| HSV(B) | 33.45º | 0.52% | 0.86% | - |
| XYZ | 46 | 44.48 | 19.8 | - |
| YUV | 176.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 106 | 0 | 0.23 | 0.52 | 0.14 | 33.45 | 0.61 | 0.64 |
| Hex | DB | A9 | 6A | 0 | 17 | 34 | E | 21 | 3D | 40 |
| Octal | 333 | 251 | 152 | 0 | 27 | 64 | 16 | 41 | 75 | 100 |
| Binary | 11011011 | 10101001 | 1101010 | 0 | 10111 | 110100 | 1110 | 100001 | 111101 | 1000000 |
Color Harmonies of #DBA96A
Complementary color
Monochromatic Colors of #DBA96A
Black with #DBA96A
Text Example
Text Example
White with #DBA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA96A; }
p { color: rgb(219,169,106); }
H1.HeaderClassName
{
color: #DBA96A;
}
.AnyTagClassName
{
color: #DBA96A;
}
</style>
background-color css
<style>
a { background-color: #DBA96A; }
a { background-color: rgb(219,169,106); }
div.DivClassName
{
background-color: #DBA96A;
}
.BgClassName
{
background-color: #DBA96A;
}
</style>
border-color css
<style>
span { border-color: #DBA96A; }
span { border-color: rgb(219,169,106); }
td.TdClassName
{
border-color: #DBA96A;
}
.TagClassName
{
border-color: #DBA96A;
}
</style>