Shades of Apache #DBA55C
Tints of Apache #DBA55C
RGB
CMYK
RGB Variations
Color information
#DBA55C (or 0xDBA55C) is known color: Apache. HEX triplet: DB, A5 and 5C. RGB value is (219,165,92). Sum of RGB (Red+Green+Blue) = 219+165+92=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA55C is #245AA3. Grayscale: #ADADAD. Windows color (decimal): -2382500 or 6071771. OLE color: 6071771.
HSL color Cylindrical-coordinate representation of color #DBA55C: hue angle of 34.49º 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 #DBA55C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 92 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.14 |
| HSL | 34.49º | 0.64% | 0.61% | - |
| HSV(B) | 34.49º | 0.58% | 0.86% | - |
| XYZ | 44.6 | 42.74 | 16.02 | - |
| YUV | 172.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 92 | 0 | 0.25 | 0.58 | 0.14 | 34.49 | 0.64 | 0.61 |
| Hex | DB | A5 | 5C | 0 | 19 | 3A | E | 22 | 40 | 3D |
| Octal | 333 | 245 | 134 | 0 | 31 | 72 | 16 | 42 | 100 | 75 |
| Binary | 11011011 | 10100101 | 1011100 | 0 | 11001 | 111010 | 1110 | 100010 | 1000000 | 111101 |
Color Harmonies of #DBA55C
Complementary color
Monochromatic Colors of #DBA55C
Black with #DBA55C
Text Example
Text Example
White with #DBA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA55C; }
p { color: rgb(219,165,92); }
H1.HeaderClassName
{
color: #DBA55C;
}
.AnyTagClassName
{
color: #DBA55C;
}
</style>
background-color css
<style>
a { background-color: #DBA55C; }
a { background-color: rgb(219,165,92); }
div.DivClassName
{
background-color: #DBA55C;
}
.BgClassName
{
background-color: #DBA55C;
}
</style>
border-color css
<style>
span { border-color: #DBA55C; }
span { border-color: rgb(219,165,92); }
td.TdClassName
{
border-color: #DBA55C;
}
.TagClassName
{
border-color: #DBA55C;
}
</style>