Shades of Equator #DBA866
Tints of Equator #DBA866
RGB
CMYK
RGB Variations
Color information
#DBA866 (or 0xDBA866) is known color: Equator. HEX triplet: DB, A8 and 66. RGB value is (219,168,102). Sum of RGB (Red+Green+Blue) = 219+168+102=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA866 is #245799. Grayscale: #B0B0B0. Windows color (decimal): -2381722 or 6727899. OLE color: 6727899.
HSL color Cylindrical-coordinate representation of color #DBA866: hue angle of 33.85º 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 #DBA866 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 102 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.14 |
| HSL | 33.85º | 0.62% | 0.63% | - |
| HSV(B) | 33.85º | 0.53% | 0.86% | - |
| XYZ | 45.61 | 44.02 | 18.66 | - |
| YUV | 175.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 102 | 0 | 0.23 | 0.53 | 0.14 | 33.85 | 0.62 | 0.63 |
| Hex | DB | A8 | 66 | 0 | 17 | 35 | E | 22 | 3E | 3F |
| Octal | 333 | 250 | 146 | 0 | 27 | 65 | 16 | 42 | 76 | 77 |
| Binary | 11011011 | 10101000 | 1100110 | 0 | 10111 | 110101 | 1110 | 100010 | 111110 | 111111 |
Color Harmonies of #DBA866
Complementary color
Monochromatic Colors of #DBA866
Black with #DBA866
Text Example
Text Example
White with #DBA866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA866; }
p { color: rgb(219,168,102); }
H1.HeaderClassName
{
color: #DBA866;
}
.AnyTagClassName
{
color: #DBA866;
}
</style>
background-color css
<style>
a { background-color: #DBA866; }
a { background-color: rgb(219,168,102); }
div.DivClassName
{
background-color: #DBA866;
}
.BgClassName
{
background-color: #DBA866;
}
</style>
border-color css
<style>
span { border-color: #DBA866; }
span { border-color: rgb(219,168,102); }
td.TdClassName
{
border-color: #DBA866;
}
.TagClassName
{
border-color: #DBA866;
}
</style>