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