Shades of Equator #DBAF6A
Tints of Equator #DBAF6A
RGB
CMYK
RGB Variations
Color information
#DBAF6A (or 0xDBAF6A) is known color: Equator. HEX triplet: DB, AF and 6A. RGB value is (219,175,106). Sum of RGB (Red+Green+Blue) = 219+175+106=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF6A is #245095. Grayscale: #B4B4B4. Windows color (decimal): -2379926 or 6991835. OLE color: 6991835.
HSL color Cylindrical-coordinate representation of color #DBAF6A: hue angle of 36.64º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBAF6A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 106 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 36.64º | 0.61% | 0.64% | - |
| HSV(B) | 36.64º | 0.52% | 0.86% | - |
| XYZ | 47.14 | 46.76 | 20.18 | - |
| YUV | 180.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 106 | 0 | 0.20 | 0.52 | 0.14 | 36.64 | 0.61 | 0.64 |
| Hex | DB | AF | 6A | 0 | 14 | 34 | E | 25 | 3D | 40 |
| Octal | 333 | 257 | 152 | 0 | 24 | 64 | 16 | 45 | 75 | 100 |
| Binary | 11011011 | 10101111 | 1101010 | 0 | 10100 | 110100 | 1110 | 100101 | 111101 | 1000000 |
Color Harmonies of #DBAF6A
Complementary color
Monochromatic Colors of #DBAF6A
Black with #DBAF6A
Text Example
Text Example
White with #DBAF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF6A; }
p { color: rgb(219,175,106); }
H1.HeaderClassName
{
color: #DBAF6A;
}
.AnyTagClassName
{
color: #DBAF6A;
}
</style>
background-color css
<style>
a { background-color: #DBAF6A; }
a { background-color: rgb(219,175,106); }
div.DivClassName
{
background-color: #DBAF6A;
}
.BgClassName
{
background-color: #DBAF6A;
}
</style>
border-color css
<style>
span { border-color: #DBAF6A; }
span { border-color: rgb(219,175,106); }
td.TdClassName
{
border-color: #DBAF6A;
}
.TagClassName
{
border-color: #DBAF6A;
}
</style>