Shades of Equator #DBAF66
Tints of Equator #DBAF66
RGB
CMYK
RGB Variations
Color information
#DBAF66 (or 0xDBAF66) is known color: Equator. HEX triplet: DB, AF and 66. RGB value is (219,175,102). Sum of RGB (Red+Green+Blue) = 219+175+102=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF66 is #245099. Grayscale: #B4B4B4. Windows color (decimal): -2379930 or 6729691. OLE color: 6729691.
HSL color Cylindrical-coordinate representation of color #DBAF66: hue angle of 37.44º 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 #DBAF66 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 102 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.14 |
| HSL | 37.44º | 0.62% | 0.63% | - |
| HSV(B) | 37.44º | 0.53% | 0.86% | - |
| XYZ | 46.94 | 46.68 | 19.11 | - |
| YUV | 179.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 102 | 0 | 0.20 | 0.53 | 0.14 | 37.44 | 0.62 | 0.63 |
| Hex | DB | AF | 66 | 0 | 14 | 35 | E | 25 | 3E | 3F |
| Octal | 333 | 257 | 146 | 0 | 24 | 65 | 16 | 45 | 76 | 77 |
| Binary | 11011011 | 10101111 | 1100110 | 0 | 10100 | 110101 | 1110 | 100101 | 111110 | 111111 |
Color Harmonies of #DBAF66
Complementary color
Monochromatic Colors of #DBAF66
Black with #DBAF66
Text Example
Text Example
White with #DBAF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF66; }
p { color: rgb(219,175,102); }
H1.HeaderClassName
{
color: #DBAF66;
}
.AnyTagClassName
{
color: #DBAF66;
}
</style>
background-color css
<style>
a { background-color: #DBAF66; }
a { background-color: rgb(219,175,102); }
div.DivClassName
{
background-color: #DBAF66;
}
.BgClassName
{
background-color: #DBAF66;
}
</style>
border-color css
<style>
span { border-color: #DBAF66; }
span { border-color: rgb(219,175,102); }
td.TdClassName
{
border-color: #DBAF66;
}
.TagClassName
{
border-color: #DBAF66;
}
</style>