Shades of Apache #D0A757
Tints of Apache #D0A757
RGB
CMYK
RGB Variations
Color information
#D0A757 (or 0xD0A757) is known color: Apache. HEX triplet: D0, A7 and 57. RGB value is (208,167,87). Sum of RGB (Red+Green+Blue) = 208+167+87=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A757 is #2F58A8. Grayscale: #AAAAAA. Windows color (decimal): -3102889 or 5744592. OLE color: 5744592.
HSL color Cylindrical-coordinate representation of color #D0A757: hue angle of 39.67º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0A757 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 87 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.18 |
| HSL | 39.67º | 0.56% | 0.58% | - |
| HSV(B) | 39.67º | 0.58% | 0.82% | - |
| XYZ | 41.55 | 41.74 | 14.88 | - |
| YUV | 170.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 87 | 0 | 0.20 | 0.58 | 0.18 | 39.67 | 0.56 | 0.58 |
| Hex | D0 | A7 | 57 | 0 | 14 | 3A | 12 | 28 | 38 | 3A |
| Octal | 320 | 247 | 127 | 0 | 24 | 72 | 22 | 50 | 70 | 72 |
| Binary | 11010000 | 10100111 | 1010111 | 0 | 10100 | 111010 | 10010 | 101000 | 111000 | 111010 |
Color Harmonies of #D0A757
Complementary color
Monochromatic Colors of #D0A757
Black with #D0A757
Text Example
Text Example
White with #D0A757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A757; }
p { color: rgb(208,167,87); }
H1.HeaderClassName
{
color: #D0A757;
}
.AnyTagClassName
{
color: #D0A757;
}
</style>
background-color css
<style>
a { background-color: #D0A757; }
a { background-color: rgb(208,167,87); }
div.DivClassName
{
background-color: #D0A757;
}
.BgClassName
{
background-color: #D0A757;
}
</style>
border-color css
<style>
span { border-color: #D0A757; }
span { border-color: rgb(208,167,87); }
td.TdClassName
{
border-color: #D0A757;
}
.TagClassName
{
border-color: #D0A757;
}
</style>