Shades of Apache #D2A252
Tints of Apache #D2A252
RGB
CMYK
RGB Variations
Color information
#D2A252 (or 0xD2A252) is known color: Apache. HEX triplet: D2, A2 and 52. RGB value is (210,162,82). Sum of RGB (Red+Green+Blue) = 210+162+82=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A252 is #2D5DAD. Grayscale: #A7A7A7. Windows color (decimal): -2973102 or 5415634. OLE color: 5415634.
HSL color Cylindrical-coordinate representation of color #D2A252: hue angle of 37.5º 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 #D2A252 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 82 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.18 |
| HSL | 37.5º | 0.59% | 0.57% | - |
| HSV(B) | 37.5º | 0.61% | 0.82% | - |
| XYZ | 41.02 | 40.15 | 13.57 | - |
| YUV | 167.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 82 | 0 | 0.23 | 0.61 | 0.18 | 37.5 | 0.59 | 0.57 |
| Hex | D2 | A2 | 52 | 0 | 17 | 3D | 12 | 26 | 3B | 39 |
| Octal | 322 | 242 | 122 | 0 | 27 | 75 | 22 | 46 | 73 | 71 |
| Binary | 11010010 | 10100010 | 1010010 | 0 | 10111 | 111101 | 10010 | 100110 | 111011 | 111001 |
Color Harmonies of #D2A252
Complementary color
Monochromatic Colors of #D2A252
Black with #D2A252
Text Example
Text Example
White with #D2A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A252; }
p { color: rgb(210,162,82); }
H1.HeaderClassName
{
color: #D2A252;
}
.AnyTagClassName
{
color: #D2A252;
}
</style>
background-color css
<style>
a { background-color: #D2A252; }
a { background-color: rgb(210,162,82); }
div.DivClassName
{
background-color: #D2A252;
}
.BgClassName
{
background-color: #D2A252;
}
</style>
border-color css
<style>
span { border-color: #D2A252; }
span { border-color: rgb(210,162,82); }
td.TdClassName
{
border-color: #D2A252;
}
.TagClassName
{
border-color: #D2A252;
}
</style>