Shades of Apache #D6A55D
Tints of Apache #D6A55D
RGB
CMYK
RGB Variations
Color information
#D6A55D (or 0xD6A55D) is known color: Apache. HEX triplet: D6, A5 and 5D. RGB value is (214,165,93). Sum of RGB (Red+Green+Blue) = 214+165+93=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A55D is #295AA2. Grayscale: #ABABAB. Windows color (decimal): -2710179 or 6137302. OLE color: 6137302.
HSL color Cylindrical-coordinate representation of color #D6A55D: hue angle of 35.7º 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 #D6A55D is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 93 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.16 |
| HSL | 35.7º | 0.6% | 0.6% | - |
| HSV(B) | 35.7º | 0.57% | 0.84% | - |
| XYZ | 43.16 | 42 | 16.19 | - |
| YUV | 171.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 93 | 0 | 0.23 | 0.57 | 0.16 | 35.7 | 0.6 | 0.6 |
| Hex | D6 | A5 | 5D | 0 | 17 | 39 | 10 | 24 | 3C | 3C |
| Octal | 326 | 245 | 135 | 0 | 27 | 71 | 20 | 44 | 74 | 74 |
| Binary | 11010110 | 10100101 | 1011101 | 0 | 10111 | 111001 | 10000 | 100100 | 111100 | 111100 |
Color Harmonies of #D6A55D
Complementary color
Monochromatic Colors of #D6A55D
Black with #D6A55D
Text Example
Text Example
White with #D6A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A55D; }
p { color: rgb(214,165,93); }
H1.HeaderClassName
{
color: #D6A55D;
}
.AnyTagClassName
{
color: #D6A55D;
}
</style>
background-color css
<style>
a { background-color: #D6A55D; }
a { background-color: rgb(214,165,93); }
div.DivClassName
{
background-color: #D6A55D;
}
.BgClassName
{
background-color: #D6A55D;
}
</style>
border-color css
<style>
span { border-color: #D6A55D; }
span { border-color: rgb(214,165,93); }
td.TdClassName
{
border-color: #D6A55D;
}
.TagClassName
{
border-color: #D6A55D;
}
</style>