Shades of Equator #DBAF69
Tints of Equator #DBAF69
RGB
CMYK
RGB Variations
Color information
#DBAF69 (or 0xDBAF69) is known color: Equator. HEX triplet: DB, AF and 69. RGB value is (219,175,105). Sum of RGB (Red+Green+Blue) = 219+175+105=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF69 is #245096. Grayscale: #B4B4B4. Windows color (decimal): -2379927 or 6926299. OLE color: 6926299.
HSL color Cylindrical-coordinate representation of color #DBAF69: hue angle of 36.84º 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 #DBAF69 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.14 |
| HSL | 36.84º | 0.61% | 0.64% | - |
| HSV(B) | 36.84º | 0.52% | 0.86% | - |
| XYZ | 47.09 | 46.74 | 19.9 | - |
| YUV | 180.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 105 | 0 | 0.20 | 0.52 | 0.14 | 36.84 | 0.61 | 0.64 |
| Hex | DB | AF | 69 | 0 | 14 | 34 | E | 25 | 3D | 40 |
| Octal | 333 | 257 | 151 | 0 | 24 | 64 | 16 | 45 | 75 | 100 |
| Binary | 11011011 | 10101111 | 1101001 | 0 | 10100 | 110100 | 1110 | 100101 | 111101 | 1000000 |
Color Harmonies of #DBAF69
Complementary color
Monochromatic Colors of #DBAF69
Black with #DBAF69
Text Example
Text Example
White with #DBAF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF69; }
p { color: rgb(219,175,105); }
H1.HeaderClassName
{
color: #DBAF69;
}
.AnyTagClassName
{
color: #DBAF69;
}
</style>
background-color css
<style>
a { background-color: #DBAF69; }
a { background-color: rgb(219,175,105); }
div.DivClassName
{
background-color: #DBAF69;
}
.BgClassName
{
background-color: #DBAF69;
}
</style>
border-color css
<style>
span { border-color: #DBAF69; }
span { border-color: rgb(219,175,105); }
td.TdClassName
{
border-color: #DBAF69;
}
.TagClassName
{
border-color: #DBAF69;
}
</style>