Shades of Apache #D4A14C
Tints of Apache #D4A14C
RGB
CMYK
RGB Variations
Color information
#D4A14C (or 0xD4A14C) is known color: Apache. HEX triplet: D4, A1 and 4C. RGB value is (212,161,76). Sum of RGB (Red+Green+Blue) = 212+161+76=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A14C is #2B5EB3. Grayscale: #A6A6A6. Windows color (decimal): -2842292 or 5022164. OLE color: 5022164.
HSL color Cylindrical-coordinate representation of color #D4A14C: hue angle of 37.5º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4A14C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 76 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.17 |
| HSL | 37.5º | 0.61% | 0.56% | - |
| HSV(B) | 37.5º | 0.64% | 0.83% | - |
| XYZ | 41.2 | 40.01 | 12.39 | - |
| YUV | 166.56 | 76.9 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 76 | 0 | 0.24 | 0.64 | 0.17 | 37.5 | 0.61 | 0.56 |
| Hex | D4 | A1 | 4C | 0 | 18 | 40 | 11 | 26 | 3D | 38 |
| Octal | 324 | 241 | 114 | 0 | 30 | 100 | 21 | 46 | 75 | 70 |
| Binary | 11010100 | 10100001 | 1001100 | 0 | 11000 | 1000000 | 10001 | 100110 | 111101 | 111000 |
Color Harmonies of #D4A14C
Complementary color
Monochromatic Colors of #D4A14C
Black with #D4A14C
Text Example
Text Example
White with #D4A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A14C; }
p { color: rgb(212,161,76); }
H1.HeaderClassName
{
color: #D4A14C;
}
.AnyTagClassName
{
color: #D4A14C;
}
</style>
background-color css
<style>
a { background-color: #D4A14C; }
a { background-color: rgb(212,161,76); }
div.DivClassName
{
background-color: #D4A14C;
}
.BgClassName
{
background-color: #D4A14C;
}
</style>
border-color css
<style>
span { border-color: #D4A14C; }
span { border-color: rgb(212,161,76); }
td.TdClassName
{
border-color: #D4A14C;
}
.TagClassName
{
border-color: #D4A14C;
}
</style>