Shades of Apache #D2A85A
Tints of Apache #D2A85A
RGB
CMYK
RGB Variations
Color information
#D2A85A (or 0xD2A85A) is known color: Apache. HEX triplet: D2, A8 and 5A. RGB value is (210,168,90). Sum of RGB (Red+Green+Blue) = 210+168+90=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A85A is #2D57A5. Grayscale: #ACACAC. Windows color (decimal): -2971558 or 5941458. OLE color: 5941458.
HSL color Cylindrical-coordinate representation of color #D2A85A: hue angle of 39º 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 #D2A85A is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 168 | 90 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.18 |
| HSL | 39º | 0.57% | 0.59% | - |
| HSV(B) | 39º | 0.57% | 0.82% | - |
| XYZ | 42.43 | 42.45 | 15.63 | - |
| YUV | 171.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 168 | 90 | 0 | 0.2 | 0.57 | 0.18 | 39 | 0.57 | 0.59 |
| Hex | D2 | A8 | 5A | 0 | 14 | 39 | 12 | 27 | 39 | 3B |
| Octal | 322 | 250 | 132 | 0 | 24 | 71 | 22 | 47 | 71 | 73 |
| Binary | 11010010 | 10101000 | 1011010 | 0 | 10100 | 111001 | 10010 | 100111 | 111001 | 111011 |
Color Harmonies of #D2A85A
Complementary color
Monochromatic Colors of #D2A85A
Black with #D2A85A
Text Example
Text Example
White with #D2A85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A85A; }
p { color: rgb(210,168,90); }
H1.HeaderClassName
{
color: #D2A85A;
}
.AnyTagClassName
{
color: #D2A85A;
}
</style>
background-color css
<style>
a { background-color: #D2A85A; }
a { background-color: rgb(210,168,90); }
div.DivClassName
{
background-color: #D2A85A;
}
.BgClassName
{
background-color: #D2A85A;
}
</style>
border-color css
<style>
span { border-color: #D2A85A; }
span { border-color: rgb(210,168,90); }
td.TdClassName
{
border-color: #D2A85A;
}
.TagClassName
{
border-color: #D2A85A;
}
</style>