Shades of Apache #D3A466
Tints of Apache #D3A466
RGB
CMYK
RGB Variations
Color information
#D3A466 (or 0xD3A466) is known color: Apache. HEX triplet: D3, A4 and 66. RGB value is (211,164,102). Sum of RGB (Red+Green+Blue) = 211+164+102=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A466 is #2C5B99. Grayscale: #ABABAB. Windows color (decimal): -2907034 or 6726867. OLE color: 6726867.
HSL color Cylindrical-coordinate representation of color #D3A466: hue angle of 34.13º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3A466 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 164 | 102 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.17 |
| HSL | 34.13º | 0.55% | 0.61% | - |
| HSV(B) | 34.13º | 0.52% | 0.83% | - |
| XYZ | 42.54 | 41.36 | 18.31 | - |
| YUV | 170.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 102 | 0 | 0.22 | 0.52 | 0.17 | 34.13 | 0.55 | 0.61 |
| Hex | D3 | A4 | 66 | 0 | 16 | 34 | 11 | 22 | 37 | 3D |
| Octal | 323 | 244 | 146 | 0 | 26 | 64 | 21 | 42 | 67 | 75 |
| Binary | 11010011 | 10100100 | 1100110 | 0 | 10110 | 110100 | 10001 | 100010 | 110111 | 111101 |
Color Harmonies of #D3A466
Complementary color
Monochromatic Colors of #D3A466
Black with #D3A466
Text Example
Text Example
White with #D3A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A466; }
p { color: rgb(211,164,102); }
H1.HeaderClassName
{
color: #D3A466;
}
.AnyTagClassName
{
color: #D3A466;
}
</style>
background-color css
<style>
a { background-color: #D3A466; }
a { background-color: rgb(211,164,102); }
div.DivClassName
{
background-color: #D3A466;
}
.BgClassName
{
background-color: #D3A466;
}
</style>
border-color css
<style>
span { border-color: #D3A466; }
span { border-color: rgb(211,164,102); }
td.TdClassName
{
border-color: #D3A466;
}
.TagClassName
{
border-color: #D3A466;
}
</style>