Shades of Apache #D0A35D
Tints of Apache #D0A35D
RGB
CMYK
RGB Variations
Color information
#D0A35D (or 0xD0A35D) is known color: Apache. HEX triplet: D0, A3 and 5D. RGB value is (208,163,93). Sum of RGB (Red+Green+Blue) = 208+163+93=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A35D is #2F5CA2. Grayscale: #A8A8A8. Windows color (decimal): -3103907 or 6136784. OLE color: 6136784.
HSL color Cylindrical-coordinate representation of color #D0A35D: hue angle of 36.52º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0A35D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 93 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.18 |
| HSL | 36.52º | 0.55% | 0.59% | - |
| HSV(B) | 36.52º | 0.55% | 0.82% | - |
| XYZ | 41.09 | 40.39 | 15.99 | - |
| YUV | 168.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 93 | 0 | 0.22 | 0.55 | 0.18 | 36.52 | 0.55 | 0.59 |
| Hex | D0 | A3 | 5D | 0 | 16 | 37 | 12 | 25 | 37 | 3B |
| Octal | 320 | 243 | 135 | 0 | 26 | 67 | 22 | 45 | 67 | 73 |
| Binary | 11010000 | 10100011 | 1011101 | 0 | 10110 | 110111 | 10010 | 100101 | 110111 | 111011 |
Color Harmonies of #D0A35D
Complementary color
Monochromatic Colors of #D0A35D
Black with #D0A35D
Text Example
Text Example
White with #D0A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A35D; }
p { color: rgb(208,163,93); }
H1.HeaderClassName
{
color: #D0A35D;
}
.AnyTagClassName
{
color: #D0A35D;
}
</style>
background-color css
<style>
a { background-color: #D0A35D; }
a { background-color: rgb(208,163,93); }
div.DivClassName
{
background-color: #D0A35D;
}
.BgClassName
{
background-color: #D0A35D;
}
</style>
border-color css
<style>
span { border-color: #D0A35D; }
span { border-color: rgb(208,163,93); }
td.TdClassName
{
border-color: #D0A35D;
}
.TagClassName
{
border-color: #D0A35D;
}
</style>