Shades of Apache #D5A761
Tints of Apache #D5A761
RGB
CMYK
RGB Variations
Color information
#D5A761 (or 0xD5A761) is known color: Apache. HEX triplet: D5, A7 and 61. RGB value is (213,167,97). Sum of RGB (Red+Green+Blue) = 213+167+97=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A761 is #2A589E. Grayscale: #ADADAD. Windows color (decimal): -2775199 or 6399957. OLE color: 6399957.
HSL color Cylindrical-coordinate representation of color #D5A761: hue angle of 36.21º 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 #D5A761 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 167 | 97 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.16 |
| HSL | 36.21º | 0.58% | 0.61% | - |
| HSV(B) | 36.21º | 0.54% | 0.84% | - |
| XYZ | 43.42 | 42.65 | 17.25 | - |
| YUV | 172.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 167 | 97 | 0 | 0.22 | 0.54 | 0.16 | 36.21 | 0.58 | 0.61 |
| Hex | D5 | A7 | 61 | 0 | 16 | 36 | 10 | 24 | 3A | 3D |
| Octal | 325 | 247 | 141 | 0 | 26 | 66 | 20 | 44 | 72 | 75 |
| Binary | 11010101 | 10100111 | 1100001 | 0 | 10110 | 110110 | 10000 | 100100 | 111010 | 111101 |
Color Harmonies of #D5A761
Complementary color
Monochromatic Colors of #D5A761
Black with #D5A761
Text Example
Text Example
White with #D5A761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A761; }
p { color: rgb(213,167,97); }
H1.HeaderClassName
{
color: #D5A761;
}
.AnyTagClassName
{
color: #D5A761;
}
</style>
background-color css
<style>
a { background-color: #D5A761; }
a { background-color: rgb(213,167,97); }
div.DivClassName
{
background-color: #D5A761;
}
.BgClassName
{
background-color: #D5A761;
}
</style>
border-color css
<style>
span { border-color: #D5A761; }
span { border-color: rgb(213,167,97); }
td.TdClassName
{
border-color: #D5A761;
}
.TagClassName
{
border-color: #D5A761;
}
</style>