Shades of Equator #DBAF64
Tints of Equator #DBAF64
RGB
CMYK
RGB Variations
Color information
#DBAF64 (or 0xDBAF64) is known color: Equator. HEX triplet: DB, AF and 64. RGB value is (219,175,100). Sum of RGB (Red+Green+Blue) = 219+175+100=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF64 is #24509B. Grayscale: #B3B3B3. Windows color (decimal): -2379932 or 6598619. OLE color: 6598619.
HSL color Cylindrical-coordinate representation of color #DBAF64: hue angle of 37.82º 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 #DBAF64 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 100 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.14 |
| HSL | 37.82º | 0.62% | 0.63% | - |
| HSV(B) | 37.82º | 0.54% | 0.86% | - |
| XYZ | 46.84 | 46.64 | 18.59 | - |
| YUV | 179.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 100 | 0 | 0.20 | 0.54 | 0.14 | 37.82 | 0.62 | 0.63 |
| Hex | DB | AF | 64 | 0 | 14 | 36 | E | 26 | 3E | 3F |
| Octal | 333 | 257 | 144 | 0 | 24 | 66 | 16 | 46 | 76 | 77 |
| Binary | 11011011 | 10101111 | 1100100 | 0 | 10100 | 110110 | 1110 | 100110 | 111110 | 111111 |
Color Harmonies of #DBAF64
Complementary color
Monochromatic Colors of #DBAF64
Black with #DBAF64
Text Example
Text Example
White with #DBAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF64; }
p { color: rgb(219,175,100); }
H1.HeaderClassName
{
color: #DBAF64;
}
.AnyTagClassName
{
color: #DBAF64;
}
</style>
background-color css
<style>
a { background-color: #DBAF64; }
a { background-color: rgb(219,175,100); }
div.DivClassName
{
background-color: #DBAF64;
}
.BgClassName
{
background-color: #DBAF64;
}
</style>
border-color css
<style>
span { border-color: #DBAF64; }
span { border-color: rgb(219,175,100); }
td.TdClassName
{
border-color: #DBAF64;
}
.TagClassName
{
border-color: #DBAF64;
}
</style>