Shades of Apache #DBA55B
Tints of Apache #DBA55B
RGB
CMYK
RGB Variations
Color information
#DBA55B (or 0xDBA55B) is known color: Apache. HEX triplet: DB, A5 and 5B. RGB value is (219,165,91). Sum of RGB (Red+Green+Blue) = 219+165+91=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA55B is #245AA4. Grayscale: #ADADAD. Windows color (decimal): -2382501 or 6006235. OLE color: 6006235.
HSL color Cylindrical-coordinate representation of color #DBA55B: hue angle of 34.69º 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 #DBA55B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 91 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.14 |
| HSL | 34.69º | 0.64% | 0.61% | - |
| HSV(B) | 34.69º | 0.58% | 0.86% | - |
| XYZ | 44.56 | 42.73 | 15.8 | - |
| YUV | 172.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 91 | 0 | 0.25 | 0.58 | 0.14 | 34.69 | 0.64 | 0.61 |
| Hex | DB | A5 | 5B | 0 | 19 | 3A | E | 23 | 40 | 3D |
| Octal | 333 | 245 | 133 | 0 | 31 | 72 | 16 | 43 | 100 | 75 |
| Binary | 11011011 | 10100101 | 1011011 | 0 | 11001 | 111010 | 1110 | 100011 | 1000000 | 111101 |
Color Harmonies of #DBA55B
Complementary color
Monochromatic Colors of #DBA55B
Black with #DBA55B
Text Example
Text Example
White with #DBA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA55B; }
p { color: rgb(219,165,91); }
H1.HeaderClassName
{
color: #DBA55B;
}
.AnyTagClassName
{
color: #DBA55B;
}
</style>
background-color css
<style>
a { background-color: #DBA55B; }
a { background-color: rgb(219,165,91); }
div.DivClassName
{
background-color: #DBA55B;
}
.BgClassName
{
background-color: #DBA55B;
}
</style>
border-color css
<style>
span { border-color: #DBA55B; }
span { border-color: rgb(219,165,91); }
td.TdClassName
{
border-color: #DBA55B;
}
.TagClassName
{
border-color: #DBA55B;
}
</style>