Shades of Apache #D2A267
Tints of Apache #D2A267
RGB
CMYK
RGB Variations
Color information
#D2A267 (or 0xD2A267) is known color: Apache. HEX triplet: D2, A2 and 67. RGB value is (210,162,103). Sum of RGB (Red+Green+Blue) = 210+162+103=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A267 is #2D5D98. Grayscale: #A9A9A9. Windows color (decimal): -2973081 or 6791890. OLE color: 6791890.
HSL color Cylindrical-coordinate representation of color #D2A267: hue angle of 33.08º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2A267 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 103 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.18 |
| HSL | 33.08º | 0.54% | 0.61% | - |
| HSV(B) | 33.08º | 0.51% | 0.82% | - |
| XYZ | 41.95 | 40.52 | 18.44 | - |
| YUV | 169.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 103 | 0 | 0.23 | 0.51 | 0.18 | 33.08 | 0.54 | 0.61 |
| Hex | D2 | A2 | 67 | 0 | 17 | 33 | 12 | 21 | 36 | 3D |
| Octal | 322 | 242 | 147 | 0 | 27 | 63 | 22 | 41 | 66 | 75 |
| Binary | 11010010 | 10100010 | 1100111 | 0 | 10111 | 110011 | 10010 | 100001 | 110110 | 111101 |
Color Harmonies of #D2A267
Complementary color
Monochromatic Colors of #D2A267
Black with #D2A267
Text Example
Text Example
White with #D2A267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A267; }
p { color: rgb(210,162,103); }
H1.HeaderClassName
{
color: #D2A267;
}
.AnyTagClassName
{
color: #D2A267;
}
</style>
background-color css
<style>
a { background-color: #D2A267; }
a { background-color: rgb(210,162,103); }
div.DivClassName
{
background-color: #D2A267;
}
.BgClassName
{
background-color: #D2A267;
}
</style>
border-color css
<style>
span { border-color: #D2A267; }
span { border-color: rgb(210,162,103); }
td.TdClassName
{
border-color: #D2A267;
}
.TagClassName
{
border-color: #D2A267;
}
</style>