Shades of Apache #DBA65F
Tints of Apache #DBA65F
RGB
CMYK
RGB Variations
Color information
#DBA65F (or 0xDBA65F) is known color: Apache. HEX triplet: DB, A6 and 5F. RGB value is (219,166,95). Sum of RGB (Red+Green+Blue) = 219+166+95=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA65F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA65F is #2459A0. Grayscale: #AEAEAE. Windows color (decimal): -2382241 or 6268635. OLE color: 6268635.
HSL color Cylindrical-coordinate representation of color #DBA65F: hue angle of 34.35º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBA65F is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 95 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.14 |
| HSL | 34.35º | 0.63% | 0.62% | - |
| HSV(B) | 34.35º | 0.57% | 0.86% | - |
| XYZ | 44.92 | 43.16 | 16.79 | - |
| YUV | 173.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 95 | 0 | 0.24 | 0.57 | 0.14 | 34.35 | 0.63 | 0.62 |
| Hex | DB | A6 | 5F | 0 | 18 | 39 | E | 22 | 3F | 3E |
| Octal | 333 | 246 | 137 | 0 | 30 | 71 | 16 | 42 | 77 | 76 |
| Binary | 11011011 | 10100110 | 1011111 | 0 | 11000 | 111001 | 1110 | 100010 | 111111 | 111110 |
Color Harmonies of #DBA65F
Complementary color
Monochromatic Colors of #DBA65F
Black with #DBA65F
Text Example
Text Example
White with #DBA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA65F; }
p { color: rgb(219,166,95); }
H1.HeaderClassName
{
color: #DBA65F;
}
.AnyTagClassName
{
color: #DBA65F;
}
</style>
background-color css
<style>
a { background-color: #DBA65F; }
a { background-color: rgb(219,166,95); }
div.DivClassName
{
background-color: #DBA65F;
}
.BgClassName
{
background-color: #DBA65F;
}
</style>
border-color css
<style>
span { border-color: #DBA65F; }
span { border-color: rgb(219,166,95); }
td.TdClassName
{
border-color: #DBA65F;
}
.TagClassName
{
border-color: #DBA65F;
}
</style>