Shades of Apache #D2A754
Tints of Apache #D2A754
RGB
CMYK
RGB Variations
Color information
#D2A754 (or 0xD2A754) is known color: Apache. HEX triplet: D2, A7 and 54. RGB value is (210,167,84). Sum of RGB (Red+Green+Blue) = 210+167+84=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A754 is #2D58AB. Grayscale: #AAAAAA. Windows color (decimal): -2971820 or 5547986. OLE color: 5547986.
HSL color Cylindrical-coordinate representation of color #D2A754: hue angle of 39.52º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2A754 is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 84 | - |
| CMYK | 0 | 0.20 | 0.6 | 0.18 |
| HSL | 39.52º | 0.58% | 0.58% | - |
| HSV(B) | 39.52º | 0.6% | 0.82% | - |
| XYZ | 42 | 41.98 | 14.28 | - |
| YUV | 170.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 84 | 0 | 0.20 | 0.6 | 0.18 | 39.52 | 0.58 | 0.58 |
| Hex | D2 | A7 | 54 | 0 | 14 | 3C | 12 | 28 | 3A | 3A |
| Octal | 322 | 247 | 124 | 0 | 24 | 74 | 22 | 50 | 72 | 72 |
| Binary | 11010010 | 10100111 | 1010100 | 0 | 10100 | 111100 | 10010 | 101000 | 111010 | 111010 |
Color Harmonies of #D2A754
Complementary color
Monochromatic Colors of #D2A754
Black with #D2A754
Text Example
Text Example
White with #D2A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A754; }
p { color: rgb(210,167,84); }
H1.HeaderClassName
{
color: #D2A754;
}
.AnyTagClassName
{
color: #D2A754;
}
</style>
background-color css
<style>
a { background-color: #D2A754; }
a { background-color: rgb(210,167,84); }
div.DivClassName
{
background-color: #D2A754;
}
.BgClassName
{
background-color: #D2A754;
}
</style>
border-color css
<style>
span { border-color: #D2A754; }
span { border-color: rgb(210,167,84); }
td.TdClassName
{
border-color: #D2A754;
}
.TagClassName
{
border-color: #D2A754;
}
</style>