Shades of Apache #D5A968
Tints of Apache #D5A968
RGB
CMYK
RGB Variations
Color information
#D5A968 (or 0xD5A968) is known color: Apache. HEX triplet: D5, A9 and 68. RGB value is (213,169,104). Sum of RGB (Red+Green+Blue) = 213+169+104=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A968 is #2A5697. Grayscale: #AFAFAF. Windows color (decimal): -2774680 or 6859221. OLE color: 6859221.
HSL color Cylindrical-coordinate representation of color #D5A968: hue angle of 35.78º 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 #D5A968 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 104 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.16 |
| HSL | 35.78º | 0.56% | 0.62% | - |
| HSV(B) | 35.78º | 0.51% | 0.84% | - |
| XYZ | 44.13 | 43.52 | 19.17 | - |
| YUV | 174.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 104 | 0 | 0.21 | 0.51 | 0.16 | 35.78 | 0.56 | 0.62 |
| Hex | D5 | A9 | 68 | 0 | 15 | 33 | 10 | 24 | 38 | 3E |
| Octal | 325 | 251 | 150 | 0 | 25 | 63 | 20 | 44 | 70 | 76 |
| Binary | 11010101 | 10101001 | 1101000 | 0 | 10101 | 110011 | 10000 | 100100 | 111000 | 111110 |
Color Harmonies of #D5A968
Complementary color
Monochromatic Colors of #D5A968
Black with #D5A968
Text Example
Text Example
White with #D5A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A968; }
p { color: rgb(213,169,104); }
H1.HeaderClassName
{
color: #D5A968;
}
.AnyTagClassName
{
color: #D5A968;
}
</style>
background-color css
<style>
a { background-color: #D5A968; }
a { background-color: rgb(213,169,104); }
div.DivClassName
{
background-color: #D5A968;
}
.BgClassName
{
background-color: #D5A968;
}
</style>
border-color css
<style>
span { border-color: #D5A968; }
span { border-color: rgb(213,169,104); }
td.TdClassName
{
border-color: #D5A968;
}
.TagClassName
{
border-color: #D5A968;
}
</style>