Shades of Apache #D2A15A
Tints of Apache #D2A15A
RGB
CMYK
RGB Variations
Color information
#D2A15A (or 0xD2A15A) is known color: Apache. HEX triplet: D2, A1 and 5A. RGB value is (210,161,90). Sum of RGB (Red+Green+Blue) = 210+161+90=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A15A is #2D5EA5. Grayscale: #A7A7A7. Windows color (decimal): -2973350 or 5939666. OLE color: 5939666.
HSL color Cylindrical-coordinate representation of color #D2A15A: hue angle of 35.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2A15A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 90 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.18 |
| HSL | 35.5º | 0.57% | 0.59% | - |
| HSV(B) | 35.5º | 0.57% | 0.82% | - |
| XYZ | 41.17 | 39.93 | 15.21 | - |
| YUV | 167.56 | 84.23 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 90 | 0 | 0.23 | 0.57 | 0.18 | 35.5 | 0.57 | 0.59 |
| Hex | D2 | A1 | 5A | 0 | 17 | 39 | 12 | 24 | 39 | 3B |
| Octal | 322 | 241 | 132 | 0 | 27 | 71 | 22 | 44 | 71 | 73 |
| Binary | 11010010 | 10100001 | 1011010 | 0 | 10111 | 111001 | 10010 | 100100 | 111001 | 111011 |
Color Harmonies of #D2A15A
Complementary color
Monochromatic Colors of #D2A15A
Black with #D2A15A
Text Example
Text Example
White with #D2A15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A15A; }
p { color: rgb(210,161,90); }
H1.HeaderClassName
{
color: #D2A15A;
}
.AnyTagClassName
{
color: #D2A15A;
}
</style>
background-color css
<style>
a { background-color: #D2A15A; }
a { background-color: rgb(210,161,90); }
div.DivClassName
{
background-color: #D2A15A;
}
.BgClassName
{
background-color: #D2A15A;
}
</style>
border-color css
<style>
span { border-color: #D2A15A; }
span { border-color: rgb(210,161,90); }
td.TdClassName
{
border-color: #D2A15A;
}
.TagClassName
{
border-color: #D2A15A;
}
</style>