Shades of Equator #DBAD63
Tints of Equator #DBAD63
RGB
CMYK
RGB Variations
Color information
#DBAD63 (or 0xDBAD63) is known color: Equator. HEX triplet: DB, AD and 63. RGB value is (219,173,99). Sum of RGB (Red+Green+Blue) = 219+173+99=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD63 is #24529C. Grayscale: #B2B2B2. Windows color (decimal): -2380445 or 6532571. OLE color: 6532571.
HSL color Cylindrical-coordinate representation of color #DBAD63: hue angle of 37º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBAD63 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 99 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.14 |
| HSL | 37º | 0.63% | 0.62% | - |
| HSV(B) | 37º | 0.55% | 0.86% | - |
| XYZ | 46.41 | 45.85 | 18.21 | - |
| YUV | 178.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 99 | 0 | 0.21 | 0.55 | 0.14 | 37 | 0.63 | 0.62 |
| Hex | DB | AD | 63 | 0 | 15 | 37 | E | 25 | 3E | 3E |
| Octal | 333 | 255 | 143 | 0 | 25 | 67 | 16 | 45 | 76 | 76 |
| Binary | 11011011 | 10101101 | 1100011 | 0 | 10101 | 110111 | 1110 | 100101 | 111110 | 111110 |
Color Harmonies of #DBAD63
Complementary color
Monochromatic Colors of #DBAD63
Black with #DBAD63
Text Example
Text Example
White with #DBAD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD63; }
p { color: rgb(219,173,99); }
H1.HeaderClassName
{
color: #DBAD63;
}
.AnyTagClassName
{
color: #DBAD63;
}
</style>
background-color css
<style>
a { background-color: #DBAD63; }
a { background-color: rgb(219,173,99); }
div.DivClassName
{
background-color: #DBAD63;
}
.BgClassName
{
background-color: #DBAD63;
}
</style>
border-color css
<style>
span { border-color: #DBAD63; }
span { border-color: rgb(219,173,99); }
td.TdClassName
{
border-color: #DBAD63;
}
.TagClassName
{
border-color: #DBAD63;
}
</style>