Shades of Equator #DBAD6D
Tints of Equator #DBAD6D
RGB
CMYK
RGB Variations
Color information
#DBAD6D (or 0xDBAD6D) is known color: Equator. HEX triplet: DB, AD and 6D. RGB value is (219,173,109). Sum of RGB (Red+Green+Blue) = 219+173+109=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD6D is #245292. Grayscale: #B3B3B3. Windows color (decimal): -2380435 or 7187931. OLE color: 7187931.
HSL color Cylindrical-coordinate representation of color #DBAD6D: hue angle of 34.91º 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 #DBAD6D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 109 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.14 |
| HSL | 34.91º | 0.6% | 0.64% | - |
| HSV(B) | 34.91º | 0.5% | 0.86% | - |
| XYZ | 46.92 | 46.05 | 20.88 | - |
| YUV | 179.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 109 | 0 | 0.21 | 0.50 | 0.14 | 34.91 | 0.6 | 0.64 |
| Hex | DB | AD | 6D | 0 | 15 | 32 | E | 23 | 3C | 40 |
| Octal | 333 | 255 | 155 | 0 | 25 | 62 | 16 | 43 | 74 | 100 |
| Binary | 11011011 | 10101101 | 1101101 | 0 | 10101 | 110010 | 1110 | 100011 | 111100 | 1000000 |
Color Harmonies of #DBAD6D
Complementary color
Monochromatic Colors of #DBAD6D
Black with #DBAD6D
Text Example
Text Example
White with #DBAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD6D; }
p { color: rgb(219,173,109); }
H1.HeaderClassName
{
color: #DBAD6D;
}
.AnyTagClassName
{
color: #DBAD6D;
}
</style>
background-color css
<style>
a { background-color: #DBAD6D; }
a { background-color: rgb(219,173,109); }
div.DivClassName
{
background-color: #DBAD6D;
}
.BgClassName
{
background-color: #DBAD6D;
}
</style>
border-color css
<style>
span { border-color: #DBAD6D; }
span { border-color: rgb(219,173,109); }
td.TdClassName
{
border-color: #DBAD6D;
}
.TagClassName
{
border-color: #DBAD6D;
}
</style>