Shades of Equator #DBAD5F
Tints of Equator #DBAD5F
RGB
CMYK
RGB Variations
Color information
#DBAD5F (or 0xDBAD5F) is known color: Equator. HEX triplet: DB, AD and 5F. RGB value is (219,173,95). Sum of RGB (Red+Green+Blue) = 219+173+95=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD5F is #2452A0. Grayscale: #B2B2B2. Windows color (decimal): -2380449 or 6270427. OLE color: 6270427.
HSL color Cylindrical-coordinate representation of color #DBAD5F: hue angle of 37.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBAD5F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 95 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.14 |
| HSL | 37.74º | 0.63% | 0.62% | - |
| HSV(B) | 37.74º | 0.57% | 0.86% | - |
| XYZ | 46.22 | 45.77 | 17.23 | - |
| YUV | 177.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 95 | 0 | 0.21 | 0.57 | 0.14 | 37.74 | 0.63 | 0.62 |
| Hex | DB | AD | 5F | 0 | 15 | 39 | E | 26 | 3F | 3E |
| Octal | 333 | 255 | 137 | 0 | 25 | 71 | 16 | 46 | 77 | 76 |
| Binary | 11011011 | 10101101 | 1011111 | 0 | 10101 | 111001 | 1110 | 100110 | 111111 | 111110 |
Color Harmonies of #DBAD5F
Complementary color
Monochromatic Colors of #DBAD5F
Black with #DBAD5F
Text Example
Text Example
White with #DBAD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD5F; }
p { color: rgb(219,173,95); }
H1.HeaderClassName
{
color: #DBAD5F;
}
.AnyTagClassName
{
color: #DBAD5F;
}
</style>
background-color css
<style>
a { background-color: #DBAD5F; }
a { background-color: rgb(219,173,95); }
div.DivClassName
{
background-color: #DBAD5F;
}
.BgClassName
{
background-color: #DBAD5F;
}
</style>
border-color css
<style>
span { border-color: #DBAD5F; }
span { border-color: rgb(219,173,95); }
td.TdClassName
{
border-color: #DBAD5F;
}
.TagClassName
{
border-color: #DBAD5F;
}
</style>