Shades of Apache #D2AC62
Tints of Apache #D2AC62
RGB
CMYK
RGB Variations
Color information
#D2AC62 (or 0xD2AC62) is known color: Apache. HEX triplet: D2, AC and 62. RGB value is (210,172,98). Sum of RGB (Red+Green+Blue) = 210+172+98=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC62 is #2D539D. Grayscale: #AFAFAF. Windows color (decimal): -2970526 or 6466770. OLE color: 6466770.
HSL color Cylindrical-coordinate representation of color #D2AC62: hue angle of 39.64º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2AC62 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 98 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.18 |
| HSL | 39.64º | 0.55% | 0.6% | - |
| HSV(B) | 39.64º | 0.53% | 0.82% | - |
| XYZ | 43.54 | 44.09 | 17.77 | - |
| YUV | 174.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 98 | 0 | 0.18 | 0.53 | 0.18 | 39.64 | 0.55 | 0.6 |
| Hex | D2 | AC | 62 | 0 | 12 | 35 | 12 | 28 | 37 | 3C |
| Octal | 322 | 254 | 142 | 0 | 22 | 65 | 22 | 50 | 67 | 74 |
| Binary | 11010010 | 10101100 | 1100010 | 0 | 10010 | 110101 | 10010 | 101000 | 110111 | 111100 |
Color Harmonies of #D2AC62
Complementary color
Monochromatic Colors of #D2AC62
Black with #D2AC62
Text Example
Text Example
White with #D2AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC62; }
p { color: rgb(210,172,98); }
H1.HeaderClassName
{
color: #D2AC62;
}
.AnyTagClassName
{
color: #D2AC62;
}
</style>
background-color css
<style>
a { background-color: #D2AC62; }
a { background-color: rgb(210,172,98); }
div.DivClassName
{
background-color: #D2AC62;
}
.BgClassName
{
background-color: #D2AC62;
}
</style>
border-color css
<style>
span { border-color: #D2AC62; }
span { border-color: rgb(210,172,98); }
td.TdClassName
{
border-color: #D2AC62;
}
.TagClassName
{
border-color: #D2AC62;
}
</style>