Shades of Apache #D2A751
Tints of Apache #D2A751
RGB
CMYK
RGB Variations
Color information
#D2A751 (or 0xD2A751) is known color: Apache. HEX triplet: D2, A7 and 51. RGB value is (210,167,81). Sum of RGB (Red+Green+Blue) = 210+167+81=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A751 is #2D58AE. Grayscale: #AAAAAA. Windows color (decimal): -2971823 or 5351378. OLE color: 5351378.
HSL color Cylindrical-coordinate representation of color #D2A751: hue angle of 40º 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 #D2A751 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 81 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.18 |
| HSL | 40º | 0.59% | 0.57% | - |
| HSV(B) | 40º | 0.61% | 0.82% | - |
| XYZ | 41.88 | 41.93 | 13.67 | - |
| YUV | 170.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 81 | 0 | 0.20 | 0.61 | 0.18 | 40 | 0.59 | 0.57 |
| Hex | D2 | A7 | 51 | 0 | 14 | 3D | 12 | 28 | 3B | 39 |
| Octal | 322 | 247 | 121 | 0 | 24 | 75 | 22 | 50 | 73 | 71 |
| Binary | 11010010 | 10100111 | 1010001 | 0 | 10100 | 111101 | 10010 | 101000 | 111011 | 111001 |
Color Harmonies of #D2A751
Complementary color
Monochromatic Colors of #D2A751
Black with #D2A751
Text Example
Text Example
White with #D2A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A751; }
p { color: rgb(210,167,81); }
H1.HeaderClassName
{
color: #D2A751;
}
.AnyTagClassName
{
color: #D2A751;
}
</style>
background-color css
<style>
a { background-color: #D2A751; }
a { background-color: rgb(210,167,81); }
div.DivClassName
{
background-color: #D2A751;
}
.BgClassName
{
background-color: #D2A751;
}
</style>
border-color css
<style>
span { border-color: #D2A751; }
span { border-color: rgb(210,167,81); }
td.TdClassName
{
border-color: #D2A751;
}
.TagClassName
{
border-color: #D2A751;
}
</style>