Shades of Apache #DBA65C
Tints of Apache #DBA65C
RGB
CMYK
RGB Variations
Color information
#DBA65C (or 0xDBA65C) is known color: Apache. HEX triplet: DB, A6 and 5C. RGB value is (219,166,92). Sum of RGB (Red+Green+Blue) = 219+166+92=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA65C is #2459A3. Grayscale: #ADADAD. Windows color (decimal): -2382244 or 6072027. OLE color: 6072027.
HSL color Cylindrical-coordinate representation of color #DBA65C: hue angle of 34.96º 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 #DBA65C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 92 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.14 |
| HSL | 34.96º | 0.64% | 0.61% | - |
| HSV(B) | 34.96º | 0.58% | 0.86% | - |
| XYZ | 44.78 | 43.11 | 16.09 | - |
| YUV | 173.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 92 | 0 | 0.24 | 0.58 | 0.14 | 34.96 | 0.64 | 0.61 |
| Hex | DB | A6 | 5C | 0 | 18 | 3A | E | 23 | 40 | 3D |
| Octal | 333 | 246 | 134 | 0 | 30 | 72 | 16 | 43 | 100 | 75 |
| Binary | 11011011 | 10100110 | 1011100 | 0 | 11000 | 111010 | 1110 | 100011 | 1000000 | 111101 |
Color Harmonies of #DBA65C
Complementary color
Monochromatic Colors of #DBA65C
Black with #DBA65C
Text Example
Text Example
White with #DBA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA65C; }
p { color: rgb(219,166,92); }
H1.HeaderClassName
{
color: #DBA65C;
}
.AnyTagClassName
{
color: #DBA65C;
}
</style>
background-color css
<style>
a { background-color: #DBA65C; }
a { background-color: rgb(219,166,92); }
div.DivClassName
{
background-color: #DBA65C;
}
.BgClassName
{
background-color: #DBA65C;
}
</style>
border-color css
<style>
span { border-color: #DBA65C; }
span { border-color: rgb(219,166,92); }
td.TdClassName
{
border-color: #DBA65C;
}
.TagClassName
{
border-color: #DBA65C;
}
</style>