Shades of Apache #D4A466
Tints of Apache #D4A466
RGB
CMYK
RGB Variations
Color information
#D4A466 (or 0xD4A466) is known color: Apache. HEX triplet: D4, A4 and 66. RGB value is (212,164,102). Sum of RGB (Red+Green+Blue) = 212+164+102=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A466 is #2B5B99. Grayscale: #ABABAB. Windows color (decimal): -2841498 or 6726868. OLE color: 6726868.
HSL color Cylindrical-coordinate representation of color #D4A466: hue angle of 33.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4A466 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 102 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.17 |
| HSL | 33.82º | 0.56% | 0.62% | - |
| HSV(B) | 33.82º | 0.52% | 0.83% | - |
| XYZ | 42.83 | 41.51 | 18.32 | - |
| YUV | 171.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 102 | 0 | 0.23 | 0.52 | 0.17 | 33.82 | 0.56 | 0.62 |
| Hex | D4 | A4 | 66 | 0 | 17 | 34 | 11 | 22 | 38 | 3E |
| Octal | 324 | 244 | 146 | 0 | 27 | 64 | 21 | 42 | 70 | 76 |
| Binary | 11010100 | 10100100 | 1100110 | 0 | 10111 | 110100 | 10001 | 100010 | 111000 | 111110 |
Color Harmonies of #D4A466
Complementary color
Monochromatic Colors of #D4A466
Black with #D4A466
Text Example
Text Example
White with #D4A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A466; }
p { color: rgb(212,164,102); }
H1.HeaderClassName
{
color: #D4A466;
}
.AnyTagClassName
{
color: #D4A466;
}
</style>
background-color css
<style>
a { background-color: #D4A466; }
a { background-color: rgb(212,164,102); }
div.DivClassName
{
background-color: #D4A466;
}
.BgClassName
{
background-color: #D4A466;
}
</style>
border-color css
<style>
span { border-color: #D4A466; }
span { border-color: rgb(212,164,102); }
td.TdClassName
{
border-color: #D4A466;
}
.TagClassName
{
border-color: #D4A466;
}
</style>