Shades of Equator #DBAF65
Tints of Equator #DBAF65
RGB
CMYK
RGB Variations
Color information
#DBAF65 (or 0xDBAF65) is known color: Equator. HEX triplet: DB, AF and 65. RGB value is (219,175,101). Sum of RGB (Red+Green+Blue) = 219+175+101=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF65 is #24509A. Grayscale: #B4B4B4. Windows color (decimal): -2379931 or 6664155. OLE color: 6664155.
HSL color Cylindrical-coordinate representation of color #DBAF65: hue angle of 37.63º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBAF65 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 101 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.14 |
| HSL | 37.63º | 0.62% | 0.63% | - |
| HSV(B) | 37.63º | 0.54% | 0.86% | - |
| XYZ | 46.89 | 46.66 | 18.85 | - |
| YUV | 179.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 101 | 0 | 0.20 | 0.54 | 0.14 | 37.63 | 0.62 | 0.63 |
| Hex | DB | AF | 65 | 0 | 14 | 36 | E | 26 | 3E | 3F |
| Octal | 333 | 257 | 145 | 0 | 24 | 66 | 16 | 46 | 76 | 77 |
| Binary | 11011011 | 10101111 | 1100101 | 0 | 10100 | 110110 | 1110 | 100110 | 111110 | 111111 |
Color Harmonies of #DBAF65
Complementary color
Monochromatic Colors of #DBAF65
Black with #DBAF65
Text Example
Text Example
White with #DBAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF65; }
p { color: rgb(219,175,101); }
H1.HeaderClassName
{
color: #DBAF65;
}
.AnyTagClassName
{
color: #DBAF65;
}
</style>
background-color css
<style>
a { background-color: #DBAF65; }
a { background-color: rgb(219,175,101); }
div.DivClassName
{
background-color: #DBAF65;
}
.BgClassName
{
background-color: #DBAF65;
}
</style>
border-color css
<style>
span { border-color: #DBAF65; }
span { border-color: rgb(219,175,101); }
td.TdClassName
{
border-color: #DBAF65;
}
.TagClassName
{
border-color: #DBAF65;
}
</style>