Shades of Equator #DBAF67
Tints of Equator #DBAF67
RGB
CMYK
RGB Variations
Color information
#DBAF67 (or 0xDBAF67) is known color: Equator. HEX triplet: DB, AF and 67. RGB value is (219,175,103). Sum of RGB (Red+Green+Blue) = 219+175+103=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF67 is #245098. Grayscale: #B4B4B4. Windows color (decimal): -2379929 or 6795227. OLE color: 6795227.
HSL color Cylindrical-coordinate representation of color #DBAF67: hue angle of 37.24º 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 #DBAF67 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 103 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.14 |
| HSL | 37.24º | 0.62% | 0.63% | - |
| HSV(B) | 37.24º | 0.53% | 0.86% | - |
| XYZ | 46.99 | 46.7 | 19.37 | - |
| YUV | 179.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 103 | 0 | 0.20 | 0.53 | 0.14 | 37.24 | 0.62 | 0.63 |
| Hex | DB | AF | 67 | 0 | 14 | 35 | E | 25 | 3E | 3F |
| Octal | 333 | 257 | 147 | 0 | 24 | 65 | 16 | 45 | 76 | 77 |
| Binary | 11011011 | 10101111 | 1100111 | 0 | 10100 | 110101 | 1110 | 100101 | 111110 | 111111 |
Color Harmonies of #DBAF67
Complementary color
Monochromatic Colors of #DBAF67
Black with #DBAF67
Text Example
Text Example
White with #DBAF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF67; }
p { color: rgb(219,175,103); }
H1.HeaderClassName
{
color: #DBAF67;
}
.AnyTagClassName
{
color: #DBAF67;
}
</style>
background-color css
<style>
a { background-color: #DBAF67; }
a { background-color: rgb(219,175,103); }
div.DivClassName
{
background-color: #DBAF67;
}
.BgClassName
{
background-color: #DBAF67;
}
</style>
border-color css
<style>
span { border-color: #DBAF67; }
span { border-color: rgb(219,175,103); }
td.TdClassName
{
border-color: #DBAF67;
}
.TagClassName
{
border-color: #DBAF67;
}
</style>