Shades of Apache #D5AA67
Tints of Apache #D5AA67
RGB
CMYK
RGB Variations
Color information
#D5AA67 (or 0xD5AA67) is known color: Apache. HEX triplet: D5, AA and 67. RGB value is (213,170,103). Sum of RGB (Red+Green+Blue) = 213+170+103=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA67 is #2A5598. Grayscale: #AFAFAF. Windows color (decimal): -2774425 or 6793941. OLE color: 6793941.
HSL color Cylindrical-coordinate representation of color #D5AA67: hue angle of 36.55º 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 #D5AA67 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 103 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.16 |
| HSL | 36.55º | 0.57% | 0.62% | - |
| HSV(B) | 36.55º | 0.52% | 0.84% | - |
| XYZ | 44.26 | 43.87 | 18.97 | - |
| YUV | 175.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 103 | 0 | 0.20 | 0.52 | 0.16 | 36.55 | 0.57 | 0.62 |
| Hex | D5 | AA | 67 | 0 | 14 | 34 | 10 | 25 | 39 | 3E |
| Octal | 325 | 252 | 147 | 0 | 24 | 64 | 20 | 45 | 71 | 76 |
| Binary | 11010101 | 10101010 | 1100111 | 0 | 10100 | 110100 | 10000 | 100101 | 111001 | 111110 |
Color Harmonies of #D5AA67
Complementary color
Monochromatic Colors of #D5AA67
Black with #D5AA67
Text Example
Text Example
White with #D5AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA67; }
p { color: rgb(213,170,103); }
H1.HeaderClassName
{
color: #D5AA67;
}
.AnyTagClassName
{
color: #D5AA67;
}
</style>
background-color css
<style>
a { background-color: #D5AA67; }
a { background-color: rgb(213,170,103); }
div.DivClassName
{
background-color: #D5AA67;
}
.BgClassName
{
background-color: #D5AA67;
}
</style>
border-color css
<style>
span { border-color: #D5AA67; }
span { border-color: rgb(213,170,103); }
td.TdClassName
{
border-color: #D5AA67;
}
.TagClassName
{
border-color: #D5AA67;
}
</style>