Shades of Apache #D6A55F
Tints of Apache #D6A55F
RGB
CMYK
RGB Variations
Color information
#D6A55F (or 0xD6A55F) is known color: Apache. HEX triplet: D6, A5 and 5F. RGB value is (214,165,95). Sum of RGB (Red+Green+Blue) = 214+165+95=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A55F is #295AA0. Grayscale: #ACACAC. Windows color (decimal): -2710177 or 6268374. OLE color: 6268374.
HSL color Cylindrical-coordinate representation of color #D6A55F: hue angle of 35.29º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6A55F is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 165 | 95 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.16 |
| HSL | 35.29º | 0.59% | 0.61% | - |
| HSV(B) | 35.29º | 0.56% | 0.84% | - |
| XYZ | 43.25 | 42.03 | 16.66 | - |
| YUV | 171.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 165 | 95 | 0 | 0.23 | 0.56 | 0.16 | 35.29 | 0.59 | 0.61 |
| Hex | D6 | A5 | 5F | 0 | 17 | 38 | 10 | 23 | 3B | 3D |
| Octal | 326 | 245 | 137 | 0 | 27 | 70 | 20 | 43 | 73 | 75 |
| Binary | 11010110 | 10100101 | 1011111 | 0 | 10111 | 111000 | 10000 | 100011 | 111011 | 111101 |
Color Harmonies of #D6A55F
Complementary color
Monochromatic Colors of #D6A55F
Black with #D6A55F
Text Example
Text Example
White with #D6A55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A55F; }
p { color: rgb(214,165,95); }
H1.HeaderClassName
{
color: #D6A55F;
}
.AnyTagClassName
{
color: #D6A55F;
}
</style>
background-color css
<style>
a { background-color: #D6A55F; }
a { background-color: rgb(214,165,95); }
div.DivClassName
{
background-color: #D6A55F;
}
.BgClassName
{
background-color: #D6A55F;
}
</style>
border-color css
<style>
span { border-color: #D6A55F; }
span { border-color: rgb(214,165,95); }
td.TdClassName
{
border-color: #D6A55F;
}
.TagClassName
{
border-color: #D6A55F;
}
</style>