Shades of Apache #DBA85D
Tints of Apache #DBA85D
RGB
CMYK
RGB Variations
Color information
#DBA85D (or 0xDBA85D) is known color: Apache. HEX triplet: DB, A8 and 5D. RGB value is (219,168,93). Sum of RGB (Red+Green+Blue) = 219+168+93=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA85D is #2457A2. Grayscale: #AFAFAF. Windows color (decimal): -2381731 or 6138075. OLE color: 6138075.
HSL color Cylindrical-coordinate representation of color #DBA85D: hue angle of 35.71º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBA85D is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 93 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.14 |
| HSL | 35.71º | 0.64% | 0.61% | - |
| HSV(B) | 35.71º | 0.58% | 0.86% | - |
| XYZ | 45.19 | 43.86 | 16.44 | - |
| YUV | 174.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 93 | 0 | 0.23 | 0.58 | 0.14 | 35.71 | 0.64 | 0.61 |
| Hex | DB | A8 | 5D | 0 | 17 | 3A | E | 24 | 40 | 3D |
| Octal | 333 | 250 | 135 | 0 | 27 | 72 | 16 | 44 | 100 | 75 |
| Binary | 11011011 | 10101000 | 1011101 | 0 | 10111 | 111010 | 1110 | 100100 | 1000000 | 111101 |
Color Harmonies of #DBA85D
Complementary color
Monochromatic Colors of #DBA85D
Black with #DBA85D
Text Example
Text Example
White with #DBA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA85D; }
p { color: rgb(219,168,93); }
H1.HeaderClassName
{
color: #DBA85D;
}
.AnyTagClassName
{
color: #DBA85D;
}
</style>
background-color css
<style>
a { background-color: #DBA85D; }
a { background-color: rgb(219,168,93); }
div.DivClassName
{
background-color: #DBA85D;
}
.BgClassName
{
background-color: #DBA85D;
}
</style>
border-color css
<style>
span { border-color: #DBA85D; }
span { border-color: rgb(219,168,93); }
td.TdClassName
{
border-color: #DBA85D;
}
.TagClassName
{
border-color: #DBA85D;
}
</style>