Shades of Apache #D4A868
Tints of Apache #D4A868
RGB
CMYK
RGB Variations
Color information
#D4A868 (or 0xD4A868) is known color: Apache. HEX triplet: D4, A8 and 68. RGB value is (212,168,104). Sum of RGB (Red+Green+Blue) = 212+168+104=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A868 is #2B5797. Grayscale: #AEAEAE. Windows color (decimal): -2840472 or 6858964. OLE color: 6858964.
HSL color Cylindrical-coordinate representation of color #D4A868: hue angle of 35.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4A868 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 104 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.17 |
| HSL | 35.56º | 0.56% | 0.62% | - |
| HSV(B) | 35.56º | 0.51% | 0.83% | - |
| XYZ | 43.65 | 43 | 19.1 | - |
| YUV | 173.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 104 | 0 | 0.21 | 0.51 | 0.17 | 35.56 | 0.56 | 0.62 |
| Hex | D4 | A8 | 68 | 0 | 15 | 33 | 11 | 24 | 38 | 3E |
| Octal | 324 | 250 | 150 | 0 | 25 | 63 | 21 | 44 | 70 | 76 |
| Binary | 11010100 | 10101000 | 1101000 | 0 | 10101 | 110011 | 10001 | 100100 | 111000 | 111110 |
Color Harmonies of #D4A868
Complementary color
Monochromatic Colors of #D4A868
Black with #D4A868
Text Example
Text Example
White with #D4A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A868; }
p { color: rgb(212,168,104); }
H1.HeaderClassName
{
color: #D4A868;
}
.AnyTagClassName
{
color: #D4A868;
}
</style>
background-color css
<style>
a { background-color: #D4A868; }
a { background-color: rgb(212,168,104); }
div.DivClassName
{
background-color: #D4A868;
}
.BgClassName
{
background-color: #D4A868;
}
</style>
border-color css
<style>
span { border-color: #D4A868; }
span { border-color: rgb(212,168,104); }
td.TdClassName
{
border-color: #D4A868;
}
.TagClassName
{
border-color: #D4A868;
}
</style>