Shades of Apache #D5A367
Tints of Apache #D5A367
RGB
CMYK
RGB Variations
Color information
#D5A367 (or 0xD5A367) is known color: Apache. HEX triplet: D5, A3 and 67. RGB value is (213,163,103). Sum of RGB (Red+Green+Blue) = 213+163+103=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A367 is #2A5C98. Grayscale: #ABABAB. Windows color (decimal): -2776217 or 6792149. OLE color: 6792149.
HSL color Cylindrical-coordinate representation of color #D5A367: hue angle of 32.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5A367 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 103 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.16 |
| HSL | 32.73º | 0.57% | 0.62% | - |
| HSV(B) | 32.73º | 0.52% | 0.84% | - |
| XYZ | 42.99 | 41.32 | 18.54 | - |
| YUV | 171.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 103 | 0 | 0.23 | 0.52 | 0.16 | 32.73 | 0.57 | 0.62 |
| Hex | D5 | A3 | 67 | 0 | 17 | 34 | 10 | 21 | 39 | 3E |
| Octal | 325 | 243 | 147 | 0 | 27 | 64 | 20 | 41 | 71 | 76 |
| Binary | 11010101 | 10100011 | 1100111 | 0 | 10111 | 110100 | 10000 | 100001 | 111001 | 111110 |
Color Harmonies of #D5A367
Complementary color
Monochromatic Colors of #D5A367
Black with #D5A367
Text Example
Text Example
White with #D5A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A367; }
p { color: rgb(213,163,103); }
H1.HeaderClassName
{
color: #D5A367;
}
.AnyTagClassName
{
color: #D5A367;
}
</style>
background-color css
<style>
a { background-color: #D5A367; }
a { background-color: rgb(213,163,103); }
div.DivClassName
{
background-color: #D5A367;
}
.BgClassName
{
background-color: #D5A367;
}
</style>
border-color css
<style>
span { border-color: #D5A367; }
span { border-color: rgb(213,163,103); }
td.TdClassName
{
border-color: #D5A367;
}
.TagClassName
{
border-color: #D5A367;
}
</style>