Shades of Apache #DBA764
Tints of Apache #DBA764
RGB
CMYK
RGB Variations
Color information
#DBA764 (or 0xDBA764) is known color: Apache. HEX triplet: DB, A7 and 64. RGB value is (219,167,100). Sum of RGB (Red+Green+Blue) = 219+167+100=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA764 is #24589B. Grayscale: #AFAFAF. Windows color (decimal): -2381980 or 6596571. OLE color: 6596571.
HSL color Cylindrical-coordinate representation of color #DBA764: hue angle of 33.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBA764 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 100 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.14 |
| HSL | 33.78º | 0.62% | 0.63% | - |
| HSV(B) | 33.78º | 0.54% | 0.86% | - |
| XYZ | 45.33 | 43.62 | 18.09 | - |
| YUV | 174.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 100 | 0 | 0.24 | 0.54 | 0.14 | 33.78 | 0.62 | 0.63 |
| Hex | DB | A7 | 64 | 0 | 18 | 36 | E | 22 | 3E | 3F |
| Octal | 333 | 247 | 144 | 0 | 30 | 66 | 16 | 42 | 76 | 77 |
| Binary | 11011011 | 10100111 | 1100100 | 0 | 11000 | 110110 | 1110 | 100010 | 111110 | 111111 |
Color Harmonies of #DBA764
Complementary color
Monochromatic Colors of #DBA764
Black with #DBA764
Text Example
Text Example
White with #DBA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA764; }
p { color: rgb(219,167,100); }
H1.HeaderClassName
{
color: #DBA764;
}
.AnyTagClassName
{
color: #DBA764;
}
</style>
background-color css
<style>
a { background-color: #DBA764; }
a { background-color: rgb(219,167,100); }
div.DivClassName
{
background-color: #DBA764;
}
.BgClassName
{
background-color: #DBA764;
}
</style>
border-color css
<style>
span { border-color: #DBA764; }
span { border-color: rgb(219,167,100); }
td.TdClassName
{
border-color: #DBA764;
}
.TagClassName
{
border-color: #DBA764;
}
</style>