Shades of Apache #D0A35F
Tints of Apache #D0A35F
RGB
CMYK
RGB Variations
Color information
#D0A35F (or 0xD0A35F) is known color: Apache. HEX triplet: D0, A3 and 5F. RGB value is (208,163,95). Sum of RGB (Red+Green+Blue) = 208+163+95=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A35F is #2F5CA0. Grayscale: #A9A9A9. Windows color (decimal): -3103905 or 6267856. OLE color: 6267856.
HSL color Cylindrical-coordinate representation of color #D0A35F: hue angle of 36.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0A35F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 95 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.18 |
| HSL | 36.11º | 0.55% | 0.59% | - |
| HSV(B) | 36.11º | 0.54% | 0.82% | - |
| XYZ | 41.18 | 40.43 | 16.46 | - |
| YUV | 168.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 95 | 0 | 0.22 | 0.54 | 0.18 | 36.11 | 0.55 | 0.59 |
| Hex | D0 | A3 | 5F | 0 | 16 | 36 | 12 | 24 | 37 | 3B |
| Octal | 320 | 243 | 137 | 0 | 26 | 66 | 22 | 44 | 67 | 73 |
| Binary | 11010000 | 10100011 | 1011111 | 0 | 10110 | 110110 | 10010 | 100100 | 110111 | 111011 |
Color Harmonies of #D0A35F
Complementary color
Monochromatic Colors of #D0A35F
Black with #D0A35F
Text Example
Text Example
White with #D0A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A35F; }
p { color: rgb(208,163,95); }
H1.HeaderClassName
{
color: #D0A35F;
}
.AnyTagClassName
{
color: #D0A35F;
}
</style>
background-color css
<style>
a { background-color: #D0A35F; }
a { background-color: rgb(208,163,95); }
div.DivClassName
{
background-color: #D0A35F;
}
.BgClassName
{
background-color: #D0A35F;
}
</style>
border-color css
<style>
span { border-color: #D0A35F; }
span { border-color: rgb(208,163,95); }
td.TdClassName
{
border-color: #D0A35F;
}
.TagClassName
{
border-color: #D0A35F;
}
</style>