Shades of Apache #D4A861
Tints of Apache #D4A861
RGB
CMYK
RGB Variations
Color information
#D4A861 (or 0xD4A861) is known color: Apache. HEX triplet: D4, A8 and 61. RGB value is (212,168,97). Sum of RGB (Red+Green+Blue) = 212+168+97=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A861 is #2B579E. Grayscale: #ADADAD. Windows color (decimal): -2840479 or 6400212. OLE color: 6400212.
HSL color Cylindrical-coordinate representation of color #D4A861: hue angle of 37.04º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4A861 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 97 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.17 |
| HSL | 37.04º | 0.57% | 0.61% | - |
| HSV(B) | 37.04º | 0.54% | 0.83% | - |
| XYZ | 43.31 | 42.87 | 17.3 | - |
| YUV | 173.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 97 | 0 | 0.21 | 0.54 | 0.17 | 37.04 | 0.57 | 0.61 |
| Hex | D4 | A8 | 61 | 0 | 15 | 36 | 11 | 25 | 39 | 3D |
| Octal | 324 | 250 | 141 | 0 | 25 | 66 | 21 | 45 | 71 | 75 |
| Binary | 11010100 | 10101000 | 1100001 | 0 | 10101 | 110110 | 10001 | 100101 | 111001 | 111101 |
Color Harmonies of #D4A861
Complementary color
Monochromatic Colors of #D4A861
Black with #D4A861
Text Example
Text Example
White with #D4A861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A861; }
p { color: rgb(212,168,97); }
H1.HeaderClassName
{
color: #D4A861;
}
.AnyTagClassName
{
color: #D4A861;
}
</style>
background-color css
<style>
a { background-color: #D4A861; }
a { background-color: rgb(212,168,97); }
div.DivClassName
{
background-color: #D4A861;
}
.BgClassName
{
background-color: #D4A861;
}
</style>
border-color css
<style>
span { border-color: #D4A861; }
span { border-color: rgb(212,168,97); }
td.TdClassName
{
border-color: #D4A861;
}
.TagClassName
{
border-color: #D4A861;
}
</style>