Shades of Apache #D0A268
Tints of Apache #D0A268
RGB
CMYK
RGB Variations
Color information
#D0A268 (or 0xD0A268) is known color: Apache. HEX triplet: D0, A2 and 68. RGB value is (208,162,104). Sum of RGB (Red+Green+Blue) = 208+162+104=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A268 is #2F5D97. Grayscale: #A9A9A9. Windows color (decimal): -3104152 or 6857424. OLE color: 6857424.
HSL color Cylindrical-coordinate representation of color #D0A268: hue angle of 33.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0A268 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 104 | - |
| CMYK | 0 | 0.22 | 0.5 | 0.18 |
| HSL | 33.46º | 0.53% | 0.61% | - |
| HSV(B) | 33.46º | 0.5% | 0.82% | - |
| XYZ | 41.43 | 40.25 | 18.68 | - |
| YUV | 169.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 104 | 0 | 0.22 | 0.5 | 0.18 | 33.46 | 0.53 | 0.61 |
| Hex | D0 | A2 | 68 | 0 | 16 | 32 | 12 | 21 | 35 | 3D |
| Octal | 320 | 242 | 150 | 0 | 26 | 62 | 22 | 41 | 65 | 75 |
| Binary | 11010000 | 10100010 | 1101000 | 0 | 10110 | 110010 | 10010 | 100001 | 110101 | 111101 |
Color Harmonies of #D0A268
Complementary color
Monochromatic Colors of #D0A268
Black with #D0A268
Text Example
Text Example
White with #D0A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A268; }
p { color: rgb(208,162,104); }
H1.HeaderClassName
{
color: #D0A268;
}
.AnyTagClassName
{
color: #D0A268;
}
</style>
background-color css
<style>
a { background-color: #D0A268; }
a { background-color: rgb(208,162,104); }
div.DivClassName
{
background-color: #D0A268;
}
.BgClassName
{
background-color: #D0A268;
}
</style>
border-color css
<style>
span { border-color: #D0A268; }
span { border-color: rgb(208,162,104); }
td.TdClassName
{
border-color: #D0A268;
}
.TagClassName
{
border-color: #D0A268;
}
</style>