Shades of Apache #D3A168
Tints of Apache #D3A168
RGB
CMYK
RGB Variations
Color information
#D3A168 (or 0xD3A168) is known color: Apache. HEX triplet: D3, A1 and 68. RGB value is (211,161,104). Sum of RGB (Red+Green+Blue) = 211+161+104=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A168 is #2C5E97. Grayscale: #A9A9A9. Windows color (decimal): -2907800 or 6857171. OLE color: 6857171.
HSL color Cylindrical-coordinate representation of color #D3A168: hue angle of 31.96º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3A168 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 161 | 104 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.17 |
| HSL | 31.96º | 0.55% | 0.62% | - |
| HSV(B) | 31.96º | 0.51% | 0.83% | - |
| XYZ | 42.11 | 40.34 | 18.66 | - |
| YUV | 169.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 161 | 104 | 0 | 0.24 | 0.51 | 0.17 | 31.96 | 0.55 | 0.62 |
| Hex | D3 | A1 | 68 | 0 | 18 | 33 | 11 | 20 | 37 | 3E |
| Octal | 323 | 241 | 150 | 0 | 30 | 63 | 21 | 40 | 67 | 76 |
| Binary | 11010011 | 10100001 | 1101000 | 0 | 11000 | 110011 | 10001 | 100000 | 110111 | 111110 |
Color Harmonies of #D3A168
Complementary color
Monochromatic Colors of #D3A168
Black with #D3A168
Text Example
Text Example
White with #D3A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A168; }
p { color: rgb(211,161,104); }
H1.HeaderClassName
{
color: #D3A168;
}
.AnyTagClassName
{
color: #D3A168;
}
</style>
background-color css
<style>
a { background-color: #D3A168; }
a { background-color: rgb(211,161,104); }
div.DivClassName
{
background-color: #D3A168;
}
.BgClassName
{
background-color: #D3A168;
}
</style>
border-color css
<style>
span { border-color: #D3A168; }
span { border-color: rgb(211,161,104); }
td.TdClassName
{
border-color: #D3A168;
}
.TagClassName
{
border-color: #D3A168;
}
</style>