Shades of Apache #D0A364
Tints of Apache #D0A364
RGB
CMYK
RGB Variations
Color information
#D0A364 (or 0xD0A364) is known color: Apache. HEX triplet: D0, A3 and 64. RGB value is (208,163,100). Sum of RGB (Red+Green+Blue) = 208+163+100=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A364 is #2F5C9B. Grayscale: #A9A9A9. Windows color (decimal): -3103900 or 6595536. OLE color: 6595536.
HSL color Cylindrical-coordinate representation of color #D0A364: hue angle of 35º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0A364 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 100 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.18 |
| HSL | 35º | 0.53% | 0.6% | - |
| HSV(B) | 35º | 0.52% | 0.82% | - |
| XYZ | 41.41 | 40.52 | 17.7 | - |
| YUV | 169.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 100 | 0 | 0.22 | 0.52 | 0.18 | 35 | 0.53 | 0.6 |
| Hex | D0 | A3 | 64 | 0 | 16 | 34 | 12 | 23 | 35 | 3C |
| Octal | 320 | 243 | 144 | 0 | 26 | 64 | 22 | 43 | 65 | 74 |
| Binary | 11010000 | 10100011 | 1100100 | 0 | 10110 | 110100 | 10010 | 100011 | 110101 | 111100 |
Color Harmonies of #D0A364
Complementary color
Monochromatic Colors of #D0A364
Black with #D0A364
Text Example
Text Example
White with #D0A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A364; }
p { color: rgb(208,163,100); }
H1.HeaderClassName
{
color: #D0A364;
}
.AnyTagClassName
{
color: #D0A364;
}
</style>
background-color css
<style>
a { background-color: #D0A364; }
a { background-color: rgb(208,163,100); }
div.DivClassName
{
background-color: #D0A364;
}
.BgClassName
{
background-color: #D0A364;
}
</style>
border-color css
<style>
span { border-color: #D0A364; }
span { border-color: rgb(208,163,100); }
td.TdClassName
{
border-color: #D0A364;
}
.TagClassName
{
border-color: #D0A364;
}
</style>