Shades of Apache #D3A064
Tints of Apache #D3A064
RGB
CMYK
RGB Variations
Color information
#D3A064 (or 0xD3A064) is known color: Apache. HEX triplet: D3, A0 and 64. RGB value is (211,160,100). Sum of RGB (Red+Green+Blue) = 211+160+100=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A064 is #2C5F9B. Grayscale: #A8A8A8. Windows color (decimal): -2908060 or 6594771. OLE color: 6594771.
HSL color Cylindrical-coordinate representation of color #D3A064: hue angle of 32.43º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3A064 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 100 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.17 |
| HSL | 32.43º | 0.56% | 0.61% | - |
| HSV(B) | 32.43º | 0.53% | 0.83% | - |
| XYZ | 41.74 | 39.91 | 17.56 | - |
| YUV | 168.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 100 | 0 | 0.24 | 0.53 | 0.17 | 32.43 | 0.56 | 0.61 |
| Hex | D3 | A0 | 64 | 0 | 18 | 35 | 11 | 20 | 38 | 3D |
| Octal | 323 | 240 | 144 | 0 | 30 | 65 | 21 | 40 | 70 | 75 |
| Binary | 11010011 | 10100000 | 1100100 | 0 | 11000 | 110101 | 10001 | 100000 | 111000 | 111101 |
Color Harmonies of #D3A064
Complementary color
Monochromatic Colors of #D3A064
Black with #D3A064
Text Example
Text Example
White with #D3A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A064; }
p { color: rgb(211,160,100); }
H1.HeaderClassName
{
color: #D3A064;
}
.AnyTagClassName
{
color: #D3A064;
}
</style>
background-color css
<style>
a { background-color: #D3A064; }
a { background-color: rgb(211,160,100); }
div.DivClassName
{
background-color: #D3A064;
}
.BgClassName
{
background-color: #D3A064;
}
</style>
border-color css
<style>
span { border-color: #D3A064; }
span { border-color: rgb(211,160,100); }
td.TdClassName
{
border-color: #D3A064;
}
.TagClassName
{
border-color: #D3A064;
}
</style>