Shades of Apache #D0AE65
Tints of Apache #D0AE65
RGB
CMYK
RGB Variations
Color information
#D0AE65 (or 0xD0AE65) is known color: Apache. HEX triplet: D0, AE and 65. RGB value is (208,174,101). Sum of RGB (Red+Green+Blue) = 208+174+101=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE65 is #2F519A. Grayscale: #B0B0B0. Windows color (decimal): -3101083 or 6663888. OLE color: 6663888.
HSL color Cylindrical-coordinate representation of color #D0AE65: hue angle of 40.93º 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 #D0AE65 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 101 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.18 |
| HSL | 40.93º | 0.53% | 0.61% | - |
| HSV(B) | 40.93º | 0.51% | 0.82% | - |
| XYZ | 43.5 | 44.62 | 18.63 | - |
| YUV | 175.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 101 | 0 | 0.16 | 0.51 | 0.18 | 40.93 | 0.53 | 0.61 |
| Hex | D0 | AE | 65 | 0 | 10 | 33 | 12 | 29 | 35 | 3D |
| Octal | 320 | 256 | 145 | 0 | 20 | 63 | 22 | 51 | 65 | 75 |
| Binary | 11010000 | 10101110 | 1100101 | 0 | 10000 | 110011 | 10010 | 101001 | 110101 | 111101 |
Color Harmonies of #D0AE65
Complementary color
Monochromatic Colors of #D0AE65
Black with #D0AE65
Text Example
Text Example
White with #D0AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE65; }
p { color: rgb(208,174,101); }
H1.HeaderClassName
{
color: #D0AE65;
}
.AnyTagClassName
{
color: #D0AE65;
}
</style>
background-color css
<style>
a { background-color: #D0AE65; }
a { background-color: rgb(208,174,101); }
div.DivClassName
{
background-color: #D0AE65;
}
.BgClassName
{
background-color: #D0AE65;
}
</style>
border-color css
<style>
span { border-color: #D0AE65; }
span { border-color: rgb(208,174,101); }
td.TdClassName
{
border-color: #D0AE65;
}
.TagClassName
{
border-color: #D0AE65;
}
</style>