Shades of Equator #DBAD66
Tints of Equator #DBAD66
RGB
CMYK
RGB Variations
Color information
#DBAD66 (or 0xDBAD66) is known color: Equator. HEX triplet: DB, AD and 66. RGB value is (219,173,102). Sum of RGB (Red+Green+Blue) = 219+173+102=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD66 is #245299. Grayscale: #B2B2B2. Windows color (decimal): -2380442 or 6729179. OLE color: 6729179.
HSL color Cylindrical-coordinate representation of color #DBAD66: hue angle of 36.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAD66 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 102 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.14 |
| HSL | 36.41º | 0.62% | 0.63% | - |
| HSV(B) | 36.41º | 0.53% | 0.86% | - |
| XYZ | 46.56 | 45.91 | 18.98 | - |
| YUV | 178.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 102 | 0 | 0.21 | 0.53 | 0.14 | 36.41 | 0.62 | 0.63 |
| Hex | DB | AD | 66 | 0 | 15 | 35 | E | 24 | 3E | 3F |
| Octal | 333 | 255 | 146 | 0 | 25 | 65 | 16 | 44 | 76 | 77 |
| Binary | 11011011 | 10101101 | 1100110 | 0 | 10101 | 110101 | 1110 | 100100 | 111110 | 111111 |
Color Harmonies of #DBAD66
Complementary color
Monochromatic Colors of #DBAD66
Black with #DBAD66
Text Example
Text Example
White with #DBAD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD66; }
p { color: rgb(219,173,102); }
H1.HeaderClassName
{
color: #DBAD66;
}
.AnyTagClassName
{
color: #DBAD66;
}
</style>
background-color css
<style>
a { background-color: #DBAD66; }
a { background-color: rgb(219,173,102); }
div.DivClassName
{
background-color: #DBAD66;
}
.BgClassName
{
background-color: #DBAD66;
}
</style>
border-color css
<style>
span { border-color: #DBAD66; }
span { border-color: rgb(219,173,102); }
td.TdClassName
{
border-color: #DBAD66;
}
.TagClassName
{
border-color: #DBAD66;
}
</style>