Shades of Apache #DBA663
Tints of Apache #DBA663
RGB
CMYK
RGB Variations
Color information
#DBA663 (or 0xDBA663) is known color: Apache. HEX triplet: DB, A6 and 63. RGB value is (219,166,99). Sum of RGB (Red+Green+Blue) = 219+166+99=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA663 is #24599C. Grayscale: #AEAEAE. Windows color (decimal): -2382237 or 6530779. OLE color: 6530779.
HSL color Cylindrical-coordinate representation of color #DBA663: hue angle of 33.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBA663 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 99 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.14 |
| HSL | 33.5º | 0.63% | 0.62% | - |
| HSV(B) | 33.5º | 0.55% | 0.86% | - |
| XYZ | 45.1 | 43.23 | 17.77 | - |
| YUV | 174.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 99 | 0 | 0.24 | 0.55 | 0.14 | 33.5 | 0.63 | 0.62 |
| Hex | DB | A6 | 63 | 0 | 18 | 37 | E | 22 | 3E | 3E |
| Octal | 333 | 246 | 143 | 0 | 30 | 67 | 16 | 42 | 76 | 76 |
| Binary | 11011011 | 10100110 | 1100011 | 0 | 11000 | 110111 | 1110 | 100010 | 111110 | 111110 |
Color Harmonies of #DBA663
Complementary color
Monochromatic Colors of #DBA663
Black with #DBA663
Text Example
Text Example
White with #DBA663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA663; }
p { color: rgb(219,166,99); }
H1.HeaderClassName
{
color: #DBA663;
}
.AnyTagClassName
{
color: #DBA663;
}
</style>
background-color css
<style>
a { background-color: #DBA663; }
a { background-color: rgb(219,166,99); }
div.DivClassName
{
background-color: #DBA663;
}
.BgClassName
{
background-color: #DBA663;
}
</style>
border-color css
<style>
span { border-color: #DBA663; }
span { border-color: rgb(219,166,99); }
td.TdClassName
{
border-color: #DBA663;
}
.TagClassName
{
border-color: #DBA663;
}
</style>