Shades of Equator #DBAF61
Tints of Equator #DBAF61
RGB
CMYK
RGB Variations
Color information
#DBAF61 (or 0xDBAF61) is known color: Equator. HEX triplet: DB, AF and 61. RGB value is (219,175,97). Sum of RGB (Red+Green+Blue) = 219+175+97=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF61 is #24509E. Grayscale: #B3B3B3. Windows color (decimal): -2379935 or 6402011. OLE color: 6402011.
HSL color Cylindrical-coordinate representation of color #DBAF61: hue angle of 38.36º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBAF61 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 97 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.14 |
| HSL | 38.36º | 0.63% | 0.62% | - |
| HSV(B) | 38.36º | 0.56% | 0.86% | - |
| XYZ | 46.7 | 46.58 | 17.84 | - |
| YUV | 179.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 97 | 0 | 0.20 | 0.56 | 0.14 | 38.36 | 0.63 | 0.62 |
| Hex | DB | AF | 61 | 0 | 14 | 38 | E | 26 | 3F | 3E |
| Octal | 333 | 257 | 141 | 0 | 24 | 70 | 16 | 46 | 77 | 76 |
| Binary | 11011011 | 10101111 | 1100001 | 0 | 10100 | 111000 | 1110 | 100110 | 111111 | 111110 |
Color Harmonies of #DBAF61
Complementary color
Monochromatic Colors of #DBAF61
Black with #DBAF61
Text Example
Text Example
White with #DBAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF61; }
p { color: rgb(219,175,97); }
H1.HeaderClassName
{
color: #DBAF61;
}
.AnyTagClassName
{
color: #DBAF61;
}
</style>
background-color css
<style>
a { background-color: #DBAF61; }
a { background-color: rgb(219,175,97); }
div.DivClassName
{
background-color: #DBAF61;
}
.BgClassName
{
background-color: #DBAF61;
}
</style>
border-color css
<style>
span { border-color: #DBAF61; }
span { border-color: rgb(219,175,97); }
td.TdClassName
{
border-color: #DBAF61;
}
.TagClassName
{
border-color: #DBAF61;
}
</style>