Shades of Apache #D5A961
Tints of Apache #D5A961
RGB
CMYK
RGB Variations
Color information
#D5A961 (or 0xD5A961) is known color: Apache. HEX triplet: D5, A9 and 61. RGB value is (213,169,97). Sum of RGB (Red+Green+Blue) = 213+169+97=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A961 is #2A569E. Grayscale: #AEAEAE. Windows color (decimal): -2774687 or 6400469. OLE color: 6400469.
HSL color Cylindrical-coordinate representation of color #D5A961: hue angle of 37.24º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A961 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 97 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.16 |
| HSL | 37.24º | 0.58% | 0.61% | - |
| HSV(B) | 37.24º | 0.54% | 0.84% | - |
| XYZ | 43.79 | 43.39 | 17.38 | - |
| YUV | 173.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 97 | 0 | 0.21 | 0.54 | 0.16 | 37.24 | 0.58 | 0.61 |
| Hex | D5 | A9 | 61 | 0 | 15 | 36 | 10 | 25 | 3A | 3D |
| Octal | 325 | 251 | 141 | 0 | 25 | 66 | 20 | 45 | 72 | 75 |
| Binary | 11010101 | 10101001 | 1100001 | 0 | 10101 | 110110 | 10000 | 100101 | 111010 | 111101 |
Color Harmonies of #D5A961
Complementary color
Monochromatic Colors of #D5A961
Black with #D5A961
Text Example
Text Example
White with #D5A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A961; }
p { color: rgb(213,169,97); }
H1.HeaderClassName
{
color: #D5A961;
}
.AnyTagClassName
{
color: #D5A961;
}
</style>
background-color css
<style>
a { background-color: #D5A961; }
a { background-color: rgb(213,169,97); }
div.DivClassName
{
background-color: #D5A961;
}
.BgClassName
{
background-color: #D5A961;
}
</style>
border-color css
<style>
span { border-color: #D5A961; }
span { border-color: rgb(213,169,97); }
td.TdClassName
{
border-color: #D5A961;
}
.TagClassName
{
border-color: #D5A961;
}
</style>