Shades of Equator #DBAF68
Tints of Equator #DBAF68
RGB
CMYK
RGB Variations
Color information
#DBAF68 (or 0xDBAF68) is known color: Equator. HEX triplet: DB, AF and 68. RGB value is (219,175,104). Sum of RGB (Red+Green+Blue) = 219+175+104=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF68 is #245097. Grayscale: #B4B4B4. Windows color (decimal): -2379928 or 6860763. OLE color: 6860763.
HSL color Cylindrical-coordinate representation of color #DBAF68: hue angle of 37.04º degrees, saturation: 0.61, 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 #DBAF68 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 104 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.14 |
| HSL | 37.04º | 0.61% | 0.63% | - |
| HSV(B) | 37.04º | 0.53% | 0.86% | - |
| XYZ | 47.04 | 46.72 | 19.64 | - |
| YUV | 180.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 104 | 0 | 0.20 | 0.53 | 0.14 | 37.04 | 0.61 | 0.63 |
| Hex | DB | AF | 68 | 0 | 14 | 35 | E | 25 | 3D | 3F |
| Octal | 333 | 257 | 150 | 0 | 24 | 65 | 16 | 45 | 75 | 77 |
| Binary | 11011011 | 10101111 | 1101000 | 0 | 10100 | 110101 | 1110 | 100101 | 111101 | 111111 |
Color Harmonies of #DBAF68
Complementary color
Monochromatic Colors of #DBAF68
Black with #DBAF68
Text Example
Text Example
White with #DBAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF68; }
p { color: rgb(219,175,104); }
H1.HeaderClassName
{
color: #DBAF68;
}
.AnyTagClassName
{
color: #DBAF68;
}
</style>
background-color css
<style>
a { background-color: #DBAF68; }
a { background-color: rgb(219,175,104); }
div.DivClassName
{
background-color: #DBAF68;
}
.BgClassName
{
background-color: #DBAF68;
}
</style>
border-color css
<style>
span { border-color: #DBAF68; }
span { border-color: rgb(219,175,104); }
td.TdClassName
{
border-color: #DBAF68;
}
.TagClassName
{
border-color: #DBAF68;
}
</style>