Shades of Apache #D5A569
Tints of Apache #D5A569
RGB
CMYK
RGB Variations
Color information
#D5A569 (or 0xD5A569) is known color: Apache. HEX triplet: D5, A5 and 69. RGB value is (213,165,105). Sum of RGB (Red+Green+Blue) = 213+165+105=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A569 is #2A5A96. Grayscale: #ACACAC. Windows color (decimal): -2775703 or 6923733. OLE color: 6923733.
HSL color Cylindrical-coordinate representation of color #D5A569: hue angle of 33.33º 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 #D5A569 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 165 | 105 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.16 |
| HSL | 33.33º | 0.56% | 0.62% | - |
| HSV(B) | 33.33º | 0.51% | 0.84% | - |
| XYZ | 43.45 | 42.08 | 19.2 | - |
| YUV | 172.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 105 | 0 | 0.23 | 0.51 | 0.16 | 33.33 | 0.56 | 0.62 |
| Hex | D5 | A5 | 69 | 0 | 17 | 33 | 10 | 21 | 38 | 3E |
| Octal | 325 | 245 | 151 | 0 | 27 | 63 | 20 | 41 | 70 | 76 |
| Binary | 11010101 | 10100101 | 1101001 | 0 | 10111 | 110011 | 10000 | 100001 | 111000 | 111110 |
Color Harmonies of #D5A569
Complementary color
Monochromatic Colors of #D5A569
Black with #D5A569
Text Example
Text Example
White with #D5A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A569; }
p { color: rgb(213,165,105); }
H1.HeaderClassName
{
color: #D5A569;
}
.AnyTagClassName
{
color: #D5A569;
}
</style>
background-color css
<style>
a { background-color: #D5A569; }
a { background-color: rgb(213,165,105); }
div.DivClassName
{
background-color: #D5A569;
}
.BgClassName
{
background-color: #D5A569;
}
</style>
border-color css
<style>
span { border-color: #D5A569; }
span { border-color: rgb(213,165,105); }
td.TdClassName
{
border-color: #D5A569;
}
.TagClassName
{
border-color: #D5A569;
}
</style>