Shades of Apache #D9A568
Tints of Apache #D9A568
RGB
CMYK
RGB Variations
Color information
#D9A568 (or 0xD9A568) is known color: Apache. HEX triplet: D9, A5 and 68. RGB value is (217,165,104). Sum of RGB (Red+Green+Blue) = 217+165+104=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A568 is #265A97. Grayscale: #ADADAD. Windows color (decimal): -2513560 or 6858201. OLE color: 6858201.
HSL color Cylindrical-coordinate representation of color #D9A568: hue angle of 32.39º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A568 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 165 | 104 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.15 |
| HSL | 32.39º | 0.6% | 0.63% | - |
| HSV(B) | 32.39º | 0.52% | 0.85% | - |
| XYZ | 44.57 | 42.66 | 18.98 | - |
| YUV | 173.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 165 | 104 | 0 | 0.24 | 0.52 | 0.15 | 32.39 | 0.6 | 0.63 |
| Hex | D9 | A5 | 68 | 0 | 18 | 34 | F | 20 | 3C | 3F |
| Octal | 331 | 245 | 150 | 0 | 30 | 64 | 17 | 40 | 74 | 77 |
| Binary | 11011001 | 10100101 | 1101000 | 0 | 11000 | 110100 | 1111 | 100000 | 111100 | 111111 |
Color Harmonies of #D9A568
Complementary color
Monochromatic Colors of #D9A568
Black with #D9A568
Text Example
Text Example
White with #D9A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A568; }
p { color: rgb(217,165,104); }
H1.HeaderClassName
{
color: #D9A568;
}
.AnyTagClassName
{
color: #D9A568;
}
</style>
background-color css
<style>
a { background-color: #D9A568; }
a { background-color: rgb(217,165,104); }
div.DivClassName
{
background-color: #D9A568;
}
.BgClassName
{
background-color: #D9A568;
}
</style>
border-color css
<style>
span { border-color: #D9A568; }
span { border-color: rgb(217,165,104); }
td.TdClassName
{
border-color: #D9A568;
}
.TagClassName
{
border-color: #D9A568;
}
</style>