Shades of Equator #DBA967
Tints of Equator #DBA967
RGB
CMYK
RGB Variations
Color information
#DBA967 (or 0xDBA967) is known color: Equator. HEX triplet: DB, A9 and 67. RGB value is (219,169,103). Sum of RGB (Red+Green+Blue) = 219+169+103=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA967 is #245698. Grayscale: #B0B0B0. Windows color (decimal): -2381465 or 6793691. OLE color: 6793691.
HSL color Cylindrical-coordinate representation of color #DBA967: hue angle of 34.14º degrees, saturation: 0.62, 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 #DBA967 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 169 | 103 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.14 |
| HSL | 34.14º | 0.62% | 0.63% | - |
| HSV(B) | 34.14º | 0.53% | 0.86% | - |
| XYZ | 45.85 | 44.42 | 18.99 | - |
| YUV | 176.43 | 86.57 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 169 | 103 | 0 | 0.23 | 0.53 | 0.14 | 34.14 | 0.62 | 0.63 |
| Hex | DB | A9 | 67 | 0 | 17 | 35 | E | 22 | 3E | 3F |
| Octal | 333 | 251 | 147 | 0 | 27 | 65 | 16 | 42 | 76 | 77 |
| Binary | 11011011 | 10101001 | 1100111 | 0 | 10111 | 110101 | 1110 | 100010 | 111110 | 111111 |
Color Harmonies of #DBA967
Complementary color
Monochromatic Colors of #DBA967
Black with #DBA967
Text Example
Text Example
White with #DBA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA967; }
p { color: rgb(219,169,103); }
H1.HeaderClassName
{
color: #DBA967;
}
.AnyTagClassName
{
color: #DBA967;
}
</style>
background-color css
<style>
a { background-color: #DBA967; }
a { background-color: rgb(219,169,103); }
div.DivClassName
{
background-color: #DBA967;
}
.BgClassName
{
background-color: #DBA967;
}
</style>
border-color css
<style>
span { border-color: #DBA967; }
span { border-color: rgb(219,169,103); }
td.TdClassName
{
border-color: #DBA967;
}
.TagClassName
{
border-color: #DBA967;
}
</style>