Shades of Apache #D2A554
Tints of Apache #D2A554
RGB
CMYK
RGB Variations
Color information
#D2A554 (or 0xD2A554) is known color: Apache. HEX triplet: D2, A5 and 54. RGB value is (210,165,84). Sum of RGB (Red+Green+Blue) = 210+165+84=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A554 is #2D5AAB. Grayscale: #A9A9A9. Windows color (decimal): -2972332 or 5547474. OLE color: 5547474.
HSL color Cylindrical-coordinate representation of color #D2A554: hue angle of 38.57º 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 #D2A554 is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 84 | - |
| CMYK | 0 | 0.21 | 0.6 | 0.18 |
| HSL | 38.57º | 0.58% | 0.58% | - |
| HSV(B) | 38.57º | 0.6% | 0.82% | - |
| XYZ | 41.63 | 41.25 | 14.16 | - |
| YUV | 169.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 84 | 0 | 0.21 | 0.6 | 0.18 | 38.57 | 0.58 | 0.58 |
| Hex | D2 | A5 | 54 | 0 | 15 | 3C | 12 | 27 | 3A | 3A |
| Octal | 322 | 245 | 124 | 0 | 25 | 74 | 22 | 47 | 72 | 72 |
| Binary | 11010010 | 10100101 | 1010100 | 0 | 10101 | 111100 | 10010 | 100111 | 111010 | 111010 |
Color Harmonies of #D2A554
Complementary color
Monochromatic Colors of #D2A554
Black with #D2A554
Text Example
Text Example
White with #D2A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A554; }
p { color: rgb(210,165,84); }
H1.HeaderClassName
{
color: #D2A554;
}
.AnyTagClassName
{
color: #D2A554;
}
</style>
background-color css
<style>
a { background-color: #D2A554; }
a { background-color: rgb(210,165,84); }
div.DivClassName
{
background-color: #D2A554;
}
.BgClassName
{
background-color: #D2A554;
}
</style>
border-color css
<style>
span { border-color: #D2A554; }
span { border-color: rgb(210,165,84); }
td.TdClassName
{
border-color: #D2A554;
}
.TagClassName
{
border-color: #D2A554;
}
</style>