Shades of Apache #D6A35C
Tints of Apache #D6A35C
RGB
CMYK
RGB Variations
Color information
#D6A35C (or 0xD6A35C) is known color: Apache. HEX triplet: D6, A3 and 5C. RGB value is (214,163,92). Sum of RGB (Red+Green+Blue) = 214+163+92=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A35C is #295CA3. Grayscale: #AAAAAA. Windows color (decimal): -2710692 or 6071254. OLE color: 6071254.
HSL color Cylindrical-coordinate representation of color #D6A35C: hue angle of 34.92º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6A35C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 92 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.16 |
| HSL | 34.92º | 0.6% | 0.6% | - |
| HSV(B) | 34.92º | 0.57% | 0.84% | - |
| XYZ | 42.76 | 41.26 | 15.84 | - |
| YUV | 170.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 92 | 0 | 0.24 | 0.57 | 0.16 | 34.92 | 0.6 | 0.6 |
| Hex | D6 | A3 | 5C | 0 | 18 | 39 | 10 | 23 | 3C | 3C |
| Octal | 326 | 243 | 134 | 0 | 30 | 71 | 20 | 43 | 74 | 74 |
| Binary | 11010110 | 10100011 | 1011100 | 0 | 11000 | 111001 | 10000 | 100011 | 111100 | 111100 |
Color Harmonies of #D6A35C
Complementary color
Monochromatic Colors of #D6A35C
Black with #D6A35C
Text Example
Text Example
White with #D6A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A35C; }
p { color: rgb(214,163,92); }
H1.HeaderClassName
{
color: #D6A35C;
}
.AnyTagClassName
{
color: #D6A35C;
}
</style>
background-color css
<style>
a { background-color: #D6A35C; }
a { background-color: rgb(214,163,92); }
div.DivClassName
{
background-color: #D6A35C;
}
.BgClassName
{
background-color: #D6A35C;
}
</style>
border-color css
<style>
span { border-color: #D6A35C; }
span { border-color: rgb(214,163,92); }
td.TdClassName
{
border-color: #D6A35C;
}
.TagClassName
{
border-color: #D6A35C;
}
</style>