Shades of Equator #DBAD5D
Tints of Equator #DBAD5D
RGB
CMYK
RGB Variations
Color information
#DBAD5D (or 0xDBAD5D) is known color: Equator. HEX triplet: DB, AD and 5D. RGB value is (219,173,93). Sum of RGB (Red+Green+Blue) = 219+173+93=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD5D is #2452A2. Grayscale: #B1B1B1. Windows color (decimal): -2380451 or 6139355. OLE color: 6139355.
HSL color Cylindrical-coordinate representation of color #DBAD5D: hue angle of 38.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBAD5D is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 93 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.14 |
| HSL | 38.1º | 0.64% | 0.61% | - |
| HSV(B) | 38.1º | 0.58% | 0.86% | - |
| XYZ | 46.13 | 45.74 | 16.75 | - |
| YUV | 177.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 93 | 0 | 0.21 | 0.58 | 0.14 | 38.1 | 0.64 | 0.61 |
| Hex | DB | AD | 5D | 0 | 15 | 3A | E | 26 | 40 | 3D |
| Octal | 333 | 255 | 135 | 0 | 25 | 72 | 16 | 46 | 100 | 75 |
| Binary | 11011011 | 10101101 | 1011101 | 0 | 10101 | 111010 | 1110 | 100110 | 1000000 | 111101 |
Color Harmonies of #DBAD5D
Complementary color
Monochromatic Colors of #DBAD5D
Black with #DBAD5D
Text Example
Text Example
White with #DBAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD5D; }
p { color: rgb(219,173,93); }
H1.HeaderClassName
{
color: #DBAD5D;
}
.AnyTagClassName
{
color: #DBAD5D;
}
</style>
background-color css
<style>
a { background-color: #DBAD5D; }
a { background-color: rgb(219,173,93); }
div.DivClassName
{
background-color: #DBAD5D;
}
.BgClassName
{
background-color: #DBAD5D;
}
</style>
border-color css
<style>
span { border-color: #DBAD5D; }
span { border-color: rgb(219,173,93); }
td.TdClassName
{
border-color: #DBAD5D;
}
.TagClassName
{
border-color: #DBAD5D;
}
</style>