Shades of Apache #D3A366
Tints of Apache #D3A366
RGB
CMYK
RGB Variations
Color information
#D3A366 (or 0xD3A366) is known color: Apache. HEX triplet: D3, A3 and 66. RGB value is (211,163,102). Sum of RGB (Red+Green+Blue) = 211+163+102=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A366 is #2C5C99. Grayscale: #AAAAAA. Windows color (decimal): -2907290 or 6726611. OLE color: 6726611.
HSL color Cylindrical-coordinate representation of color #D3A366: hue angle of 33.58º 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 #D3A366 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 163 | 102 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.17 |
| HSL | 33.58º | 0.55% | 0.61% | - |
| HSV(B) | 33.58º | 0.52% | 0.83% | - |
| XYZ | 42.36 | 41 | 18.25 | - |
| YUV | 170.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 163 | 102 | 0 | 0.23 | 0.52 | 0.17 | 33.58 | 0.55 | 0.61 |
| Hex | D3 | A3 | 66 | 0 | 17 | 34 | 11 | 22 | 37 | 3D |
| Octal | 323 | 243 | 146 | 0 | 27 | 64 | 21 | 42 | 67 | 75 |
| Binary | 11010011 | 10100011 | 1100110 | 0 | 10111 | 110100 | 10001 | 100010 | 110111 | 111101 |
Color Harmonies of #D3A366
Complementary color
Monochromatic Colors of #D3A366
Black with #D3A366
Text Example
Text Example
White with #D3A366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A366; }
p { color: rgb(211,163,102); }
H1.HeaderClassName
{
color: #D3A366;
}
.AnyTagClassName
{
color: #D3A366;
}
</style>
background-color css
<style>
a { background-color: #D3A366; }
a { background-color: rgb(211,163,102); }
div.DivClassName
{
background-color: #D3A366;
}
.BgClassName
{
background-color: #D3A366;
}
</style>
border-color css
<style>
span { border-color: #D3A366; }
span { border-color: rgb(211,163,102); }
td.TdClassName
{
border-color: #D3A366;
}
.TagClassName
{
border-color: #D3A366;
}
</style>