Shades of Apache #D4A15C
Tints of Apache #D4A15C
RGB
CMYK
RGB Variations
Color information
#D4A15C (or 0xD4A15C) is known color: Apache. HEX triplet: D4, A1 and 5C. RGB value is (212,161,92). Sum of RGB (Red+Green+Blue) = 212+161+92=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A15C is #2B5EA3. Grayscale: #A8A8A8. Windows color (decimal): -2842276 or 6070740. OLE color: 6070740.
HSL color Cylindrical-coordinate representation of color #D4A15C: hue angle of 34.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4A15C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 92 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.17 |
| HSL | 34.5º | 0.58% | 0.6% | - |
| HSV(B) | 34.5º | 0.57% | 0.83% | - |
| XYZ | 41.83 | 40.26 | 15.69 | - |
| YUV | 168.38 | 84.9 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 92 | 0 | 0.24 | 0.57 | 0.17 | 34.5 | 0.58 | 0.6 |
| Hex | D4 | A1 | 5C | 0 | 18 | 39 | 11 | 22 | 3A | 3C |
| Octal | 324 | 241 | 134 | 0 | 30 | 71 | 21 | 42 | 72 | 74 |
| Binary | 11010100 | 10100001 | 1011100 | 0 | 11000 | 111001 | 10001 | 100010 | 111010 | 111100 |
Color Harmonies of #D4A15C
Complementary color
Monochromatic Colors of #D4A15C
Black with #D4A15C
Text Example
Text Example
White with #D4A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A15C; }
p { color: rgb(212,161,92); }
H1.HeaderClassName
{
color: #D4A15C;
}
.AnyTagClassName
{
color: #D4A15C;
}
</style>
background-color css
<style>
a { background-color: #D4A15C; }
a { background-color: rgb(212,161,92); }
div.DivClassName
{
background-color: #D4A15C;
}
.BgClassName
{
background-color: #D4A15C;
}
</style>
border-color css
<style>
span { border-color: #D4A15C; }
span { border-color: rgb(212,161,92); }
td.TdClassName
{
border-color: #D4A15C;
}
.TagClassName
{
border-color: #D4A15C;
}
</style>