Shades of Equator #DBAF6D
Tints of Equator #DBAF6D
RGB
CMYK
RGB Variations
Color information
#DBAF6D (or 0xDBAF6D) is known color: Equator. HEX triplet: DB, AF and 6D. RGB value is (219,175,109). Sum of RGB (Red+Green+Blue) = 219+175+109=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF6D is #245092. Grayscale: #B4B4B4. Windows color (decimal): -2379923 or 7188443. OLE color: 7188443.
HSL color Cylindrical-coordinate representation of color #DBAF6D: hue angle of 36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBAF6D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 109 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.14 |
| HSL | 36º | 0.6% | 0.64% | - |
| HSV(B) | 36º | 0.5% | 0.86% | - |
| XYZ | 47.3 | 46.82 | 21.01 | - |
| YUV | 180.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 109 | 0 | 0.20 | 0.50 | 0.14 | 36 | 0.6 | 0.64 |
| Hex | DB | AF | 6D | 0 | 14 | 32 | E | 24 | 3C | 40 |
| Octal | 333 | 257 | 155 | 0 | 24 | 62 | 16 | 44 | 74 | 100 |
| Binary | 11011011 | 10101111 | 1101101 | 0 | 10100 | 110010 | 1110 | 100100 | 111100 | 1000000 |
Color Harmonies of #DBAF6D
Complementary color
Monochromatic Colors of #DBAF6D
Black with #DBAF6D
Text Example
Text Example
White with #DBAF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF6D; }
p { color: rgb(219,175,109); }
H1.HeaderClassName
{
color: #DBAF6D;
}
.AnyTagClassName
{
color: #DBAF6D;
}
</style>
background-color css
<style>
a { background-color: #DBAF6D; }
a { background-color: rgb(219,175,109); }
div.DivClassName
{
background-color: #DBAF6D;
}
.BgClassName
{
background-color: #DBAF6D;
}
</style>
border-color css
<style>
span { border-color: #DBAF6D; }
span { border-color: rgb(219,175,109); }
td.TdClassName
{
border-color: #DBAF6D;
}
.TagClassName
{
border-color: #DBAF6D;
}
</style>