Shades of Apache #D0AE63
Tints of Apache #D0AE63
RGB
CMYK
RGB Variations
Color information
#D0AE63 (or 0xD0AE63) is known color: Apache. HEX triplet: D0, AE and 63. RGB value is (208,174,99). Sum of RGB (Red+Green+Blue) = 208+174+99=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE63 is #2F519C. Grayscale: #AFAFAF. Windows color (decimal): -3101085 or 6532816. OLE color: 6532816.
HSL color Cylindrical-coordinate representation of color #D0AE63: hue angle of 41.28º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D0AE63 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 99 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.18 |
| HSL | 41.28º | 0.54% | 0.6% | - |
| HSV(B) | 41.28º | 0.52% | 0.82% | - |
| XYZ | 43.4 | 44.58 | 18.12 | - |
| YUV | 175.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 99 | 0 | 0.16 | 0.52 | 0.18 | 41.28 | 0.54 | 0.6 |
| Hex | D0 | AE | 63 | 0 | 10 | 34 | 12 | 29 | 36 | 3C |
| Octal | 320 | 256 | 143 | 0 | 20 | 64 | 22 | 51 | 66 | 74 |
| Binary | 11010000 | 10101110 | 1100011 | 0 | 10000 | 110100 | 10010 | 101001 | 110110 | 111100 |
Color Harmonies of #D0AE63
Complementary color
Monochromatic Colors of #D0AE63
Black with #D0AE63
Text Example
Text Example
White with #D0AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE63; }
p { color: rgb(208,174,99); }
H1.HeaderClassName
{
color: #D0AE63;
}
.AnyTagClassName
{
color: #D0AE63;
}
</style>
background-color css
<style>
a { background-color: #D0AE63; }
a { background-color: rgb(208,174,99); }
div.DivClassName
{
background-color: #D0AE63;
}
.BgClassName
{
background-color: #D0AE63;
}
</style>
border-color css
<style>
span { border-color: #D0AE63; }
span { border-color: rgb(208,174,99); }
td.TdClassName
{
border-color: #D0AE63;
}
.TagClassName
{
border-color: #D0AE63;
}
</style>