Shades of Apache #D5A268
Tints of Apache #D5A268
RGB
CMYK
RGB Variations
Color information
#D5A268 (or 0xD5A268) is known color: Apache. HEX triplet: D5, A2 and 68. RGB value is (213,162,104). Sum of RGB (Red+Green+Blue) = 213+162+104=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A268 is #2A5D97. Grayscale: #AAAAAA. Windows color (decimal): -2776472 or 6857429. OLE color: 6857429.
HSL color Cylindrical-coordinate representation of color #D5A268: hue angle of 31.93º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5A268 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 104 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.16 |
| HSL | 31.93º | 0.56% | 0.62% | - |
| HSV(B) | 31.93º | 0.51% | 0.84% | - |
| XYZ | 42.86 | 40.99 | 18.75 | - |
| YUV | 170.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 104 | 0 | 0.24 | 0.51 | 0.16 | 31.93 | 0.56 | 0.62 |
| Hex | D5 | A2 | 68 | 0 | 18 | 33 | 10 | 20 | 38 | 3E |
| Octal | 325 | 242 | 150 | 0 | 30 | 63 | 20 | 40 | 70 | 76 |
| Binary | 11010101 | 10100010 | 1101000 | 0 | 11000 | 110011 | 10000 | 100000 | 111000 | 111110 |
Color Harmonies of #D5A268
Complementary color
Monochromatic Colors of #D5A268
Black with #D5A268
Text Example
Text Example
White with #D5A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A268; }
p { color: rgb(213,162,104); }
H1.HeaderClassName
{
color: #D5A268;
}
.AnyTagClassName
{
color: #D5A268;
}
</style>
background-color css
<style>
a { background-color: #D5A268; }
a { background-color: rgb(213,162,104); }
div.DivClassName
{
background-color: #D5A268;
}
.BgClassName
{
background-color: #D5A268;
}
</style>
border-color css
<style>
span { border-color: #D5A268; }
span { border-color: rgb(213,162,104); }
td.TdClassName
{
border-color: #D5A268;
}
.TagClassName
{
border-color: #D5A268;
}
</style>