Shades of Apache #D2A352
Tints of Apache #D2A352
RGB
CMYK
RGB Variations
Color information
#D2A352 (or 0xD2A352) is known color: Apache. HEX triplet: D2, A3 and 52. RGB value is (210,163,82). Sum of RGB (Red+Green+Blue) = 210+163+82=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A352 is #2D5CAD. Grayscale: #A8A8A8. Windows color (decimal): -2972846 or 5415890. OLE color: 5415890.
HSL color Cylindrical-coordinate representation of color #D2A352: hue angle of 37.97º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2A352 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 82 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.18 |
| HSL | 37.97º | 0.59% | 0.57% | - |
| HSV(B) | 37.97º | 0.61% | 0.82% | - |
| XYZ | 41.2 | 40.51 | 13.63 | - |
| YUV | 167.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 82 | 0 | 0.22 | 0.61 | 0.18 | 37.97 | 0.59 | 0.57 |
| Hex | D2 | A3 | 52 | 0 | 16 | 3D | 12 | 26 | 3B | 39 |
| Octal | 322 | 243 | 122 | 0 | 26 | 75 | 22 | 46 | 73 | 71 |
| Binary | 11010010 | 10100011 | 1010010 | 0 | 10110 | 111101 | 10010 | 100110 | 111011 | 111001 |
Color Harmonies of #D2A352
Complementary color
Monochromatic Colors of #D2A352
Black with #D2A352
Text Example
Text Example
White with #D2A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A352; }
p { color: rgb(210,163,82); }
H1.HeaderClassName
{
color: #D2A352;
}
.AnyTagClassName
{
color: #D2A352;
}
</style>
background-color css
<style>
a { background-color: #D2A352; }
a { background-color: rgb(210,163,82); }
div.DivClassName
{
background-color: #D2A352;
}
.BgClassName
{
background-color: #D2A352;
}
</style>
border-color css
<style>
span { border-color: #D2A352; }
span { border-color: rgb(210,163,82); }
td.TdClassName
{
border-color: #D2A352;
}
.TagClassName
{
border-color: #D2A352;
}
</style>