Shades of Apache #D0AC65
Tints of Apache #D0AC65
RGB
CMYK
RGB Variations
Color information
#D0AC65 (or 0xD0AC65) is known color: Apache. HEX triplet: D0, AC and 65. RGB value is (208,172,101). Sum of RGB (Red+Green+Blue) = 208+172+101=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC65 is #2F539A. Grayscale: #AEAEAE. Windows color (decimal): -3101595 or 6663376. OLE color: 6663376.
HSL color Cylindrical-coordinate representation of color #D0AC65: hue angle of 39.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0AC65 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 101 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.18 |
| HSL | 39.81º | 0.53% | 0.61% | - |
| HSV(B) | 39.81º | 0.51% | 0.82% | - |
| XYZ | 43.11 | 43.85 | 18.5 | - |
| YUV | 174.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 101 | 0 | 0.17 | 0.51 | 0.18 | 39.81 | 0.53 | 0.61 |
| Hex | D0 | AC | 65 | 0 | 11 | 33 | 12 | 28 | 35 | 3D |
| Octal | 320 | 254 | 145 | 0 | 21 | 63 | 22 | 50 | 65 | 75 |
| Binary | 11010000 | 10101100 | 1100101 | 0 | 10001 | 110011 | 10010 | 101000 | 110101 | 111101 |
Color Harmonies of #D0AC65
Complementary color
Monochromatic Colors of #D0AC65
Black with #D0AC65
Text Example
Text Example
White with #D0AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC65; }
p { color: rgb(208,172,101); }
H1.HeaderClassName
{
color: #D0AC65;
}
.AnyTagClassName
{
color: #D0AC65;
}
</style>
background-color css
<style>
a { background-color: #D0AC65; }
a { background-color: rgb(208,172,101); }
div.DivClassName
{
background-color: #D0AC65;
}
.BgClassName
{
background-color: #D0AC65;
}
</style>
border-color css
<style>
span { border-color: #D0AC65; }
span { border-color: rgb(208,172,101); }
td.TdClassName
{
border-color: #D0AC65;
}
.TagClassName
{
border-color: #D0AC65;
}
</style>