Shades of Apache #D0AD65
Tints of Apache #D0AD65
RGB
CMYK
RGB Variations
Color information
#D0AD65 (or 0xD0AD65) is known color: Apache. HEX triplet: D0, AD and 65. RGB value is (208,173,101). Sum of RGB (Red+Green+Blue) = 208+173+101=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD65 is #2F529A. Grayscale: #AFAFAF. Windows color (decimal): -3101339 or 6663632. OLE color: 6663632.
HSL color Cylindrical-coordinate representation of color #D0AD65: hue angle of 40.37º 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 #D0AD65 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 101 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.18 |
| HSL | 40.37º | 0.53% | 0.61% | - |
| HSV(B) | 40.37º | 0.51% | 0.82% | - |
| XYZ | 43.3 | 44.24 | 18.57 | - |
| YUV | 175.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 101 | 0 | 0.17 | 0.51 | 0.18 | 40.37 | 0.53 | 0.61 |
| Hex | D0 | AD | 65 | 0 | 11 | 33 | 12 | 28 | 35 | 3D |
| Octal | 320 | 255 | 145 | 0 | 21 | 63 | 22 | 50 | 65 | 75 |
| Binary | 11010000 | 10101101 | 1100101 | 0 | 10001 | 110011 | 10010 | 101000 | 110101 | 111101 |
Color Harmonies of #D0AD65
Complementary color
Monochromatic Colors of #D0AD65
Black with #D0AD65
Text Example
Text Example
White with #D0AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD65; }
p { color: rgb(208,173,101); }
H1.HeaderClassName
{
color: #D0AD65;
}
.AnyTagClassName
{
color: #D0AD65;
}
</style>
background-color css
<style>
a { background-color: #D0AD65; }
a { background-color: rgb(208,173,101); }
div.DivClassName
{
background-color: #D0AD65;
}
.BgClassName
{
background-color: #D0AD65;
}
</style>
border-color css
<style>
span { border-color: #D0AD65; }
span { border-color: rgb(208,173,101); }
td.TdClassName
{
border-color: #D0AD65;
}
.TagClassName
{
border-color: #D0AD65;
}
</style>