Shades of Apache #D0A751
Tints of Apache #D0A751
RGB
CMYK
RGB Variations
Color information
#D0A751 (or 0xD0A751) is known color: Apache. HEX triplet: D0, A7 and 51. RGB value is (208,167,81). Sum of RGB (Red+Green+Blue) = 208+167+81=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A751 is #2F58AE. Grayscale: #A9A9A9. Windows color (decimal): -3102895 or 5351376. OLE color: 5351376.
HSL color Cylindrical-coordinate representation of color #D0A751: hue angle of 40.63º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0A751 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 167 | 81 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.18 |
| HSL | 40.63º | 0.57% | 0.57% | - |
| HSV(B) | 40.63º | 0.61% | 0.82% | - |
| XYZ | 41.32 | 41.64 | 13.64 | - |
| YUV | 169.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 167 | 81 | 0 | 0.20 | 0.61 | 0.18 | 40.63 | 0.57 | 0.57 |
| Hex | D0 | A7 | 51 | 0 | 14 | 3D | 12 | 29 | 39 | 39 |
| Octal | 320 | 247 | 121 | 0 | 24 | 75 | 22 | 51 | 71 | 71 |
| Binary | 11010000 | 10100111 | 1010001 | 0 | 10100 | 111101 | 10010 | 101001 | 111001 | 111001 |
Color Harmonies of #D0A751
Complementary color
Monochromatic Colors of #D0A751
Black with #D0A751
Text Example
Text Example
White with #D0A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A751; }
p { color: rgb(208,167,81); }
H1.HeaderClassName
{
color: #D0A751;
}
.AnyTagClassName
{
color: #D0A751;
}
</style>
background-color css
<style>
a { background-color: #D0A751; }
a { background-color: rgb(208,167,81); }
div.DivClassName
{
background-color: #D0A751;
}
.BgClassName
{
background-color: #D0A751;
}
</style>
border-color css
<style>
span { border-color: #D0A751; }
span { border-color: rgb(208,167,81); }
td.TdClassName
{
border-color: #D0A751;
}
.TagClassName
{
border-color: #D0A751;
}
</style>