Shades of Apache #D6A563
Tints of Apache #D6A563
RGB
CMYK
RGB Variations
Color information
#D6A563 (or 0xD6A563) is known color: Apache. HEX triplet: D6, A5 and 63. RGB value is (214,165,99). Sum of RGB (Red+Green+Blue) = 214+165+99=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A563 is #295A9C. Grayscale: #ACACAC. Windows color (decimal): -2710173 or 6530518. OLE color: 6530518.
HSL color Cylindrical-coordinate representation of color #D6A563: hue angle of 34.43º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6A563 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 99 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.16 |
| HSL | 34.43º | 0.58% | 0.61% | - |
| HSV(B) | 34.43º | 0.54% | 0.84% | - |
| XYZ | 43.44 | 42.11 | 17.64 | - |
| YUV | 172.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 99 | 0 | 0.23 | 0.54 | 0.16 | 34.43 | 0.58 | 0.61 |
| Hex | D6 | A5 | 63 | 0 | 17 | 36 | 10 | 22 | 3A | 3D |
| Octal | 326 | 245 | 143 | 0 | 27 | 66 | 20 | 42 | 72 | 75 |
| Binary | 11010110 | 10100101 | 1100011 | 0 | 10111 | 110110 | 10000 | 100010 | 111010 | 111101 |
Color Harmonies of #D6A563
Complementary color
Monochromatic Colors of #D6A563
Black with #D6A563
Text Example
Text Example
White with #D6A563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A563; }
p { color: rgb(214,165,99); }
H1.HeaderClassName
{
color: #D6A563;
}
.AnyTagClassName
{
color: #D6A563;
}
</style>
background-color css
<style>
a { background-color: #D6A563; }
a { background-color: rgb(214,165,99); }
div.DivClassName
{
background-color: #D6A563;
}
.BgClassName
{
background-color: #D6A563;
}
</style>
border-color css
<style>
span { border-color: #D6A563; }
span { border-color: rgb(214,165,99); }
td.TdClassName
{
border-color: #D6A563;
}
.TagClassName
{
border-color: #D6A563;
}
</style>