Shades of Apache #CDA860
Tints of Apache #CDA860
RGB
CMYK
RGB Variations
Color information
#CDA860 (or 0xCDA860) is known color: Apache. HEX triplet: CD, A8 and 60. RGB value is (205,168,96). Sum of RGB (Red+Green+Blue) = 205+168+96=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA860 is #32579F. Grayscale: #ABABAB. Windows color (decimal): -3299232 or 6334669. OLE color: 6334669.
HSL color Cylindrical-coordinate representation of color #CDA860: hue angle of 39.63º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA860 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 96 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.20 |
| HSL | 39.63º | 0.52% | 0.59% | - |
| HSV(B) | 39.63º | 0.53% | 0.8% | - |
| XYZ | 41.29 | 41.83 | 16.96 | - |
| YUV | 170.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 96 | 0 | 0.18 | 0.53 | 0.20 | 39.63 | 0.52 | 0.59 |
| Hex | CD | A8 | 60 | 0 | 12 | 35 | 14 | 28 | 34 | 3B |
| Octal | 315 | 250 | 140 | 0 | 22 | 65 | 24 | 50 | 64 | 73 |
| Binary | 11001101 | 10101000 | 1100000 | 0 | 10010 | 110101 | 10100 | 101000 | 110100 | 111011 |
Color Harmonies of #CDA860
Complementary color
Monochromatic Colors of #CDA860
Black with #CDA860
Text Example
Text Example
White with #CDA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA860; }
p { color: rgb(205,168,96); }
H1.HeaderClassName
{
color: #CDA860;
}
.AnyTagClassName
{
color: #CDA860;
}
</style>
background-color css
<style>
a { background-color: #CDA860; }
a { background-color: rgb(205,168,96); }
div.DivClassName
{
background-color: #CDA860;
}
.BgClassName
{
background-color: #CDA860;
}
</style>
border-color css
<style>
span { border-color: #CDA860; }
span { border-color: rgb(205,168,96); }
td.TdClassName
{
border-color: #CDA860;
}
.TagClassName
{
border-color: #CDA860;
}
</style>