Shades of Apache #D3A066
Tints of Apache #D3A066
RGB
CMYK
RGB Variations
Color information
#D3A066 (or 0xD3A066) is known color: Apache. HEX triplet: D3, A0 and 66. RGB value is (211,160,102). Sum of RGB (Red+Green+Blue) = 211+160+102=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A066 is #2C5F99. Grayscale: #A8A8A8. Windows color (decimal): -2908058 or 6725843. OLE color: 6725843.
HSL color Cylindrical-coordinate representation of color #D3A066: hue angle of 31.93º 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 #D3A066 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 102 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.17 |
| HSL | 31.93º | 0.55% | 0.61% | - |
| HSV(B) | 31.93º | 0.52% | 0.83% | - |
| XYZ | 41.83 | 39.95 | 18.08 | - |
| YUV | 168.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 102 | 0 | 0.24 | 0.52 | 0.17 | 31.93 | 0.55 | 0.61 |
| Hex | D3 | A0 | 66 | 0 | 18 | 34 | 11 | 20 | 37 | 3D |
| Octal | 323 | 240 | 146 | 0 | 30 | 64 | 21 | 40 | 67 | 75 |
| Binary | 11010011 | 10100000 | 1100110 | 0 | 11000 | 110100 | 10001 | 100000 | 110111 | 111101 |
Color Harmonies of #D3A066
Complementary color
Monochromatic Colors of #D3A066
Black with #D3A066
Text Example
Text Example
White with #D3A066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A066; }
p { color: rgb(211,160,102); }
H1.HeaderClassName
{
color: #D3A066;
}
.AnyTagClassName
{
color: #D3A066;
}
</style>
background-color css
<style>
a { background-color: #D3A066; }
a { background-color: rgb(211,160,102); }
div.DivClassName
{
background-color: #D3A066;
}
.BgClassName
{
background-color: #D3A066;
}
</style>
border-color css
<style>
span { border-color: #D3A066; }
span { border-color: rgb(211,160,102); }
td.TdClassName
{
border-color: #D3A066;
}
.TagClassName
{
border-color: #D3A066;
}
</style>