Shades of Apache #CDA460
Tints of Apache #CDA460
RGB
CMYK
RGB Variations
Color information
#CDA460 (or 0xCDA460) is known color: Apache. HEX triplet: CD, A4 and 60. RGB value is (205,164,96). Sum of RGB (Red+Green+Blue) = 205+164+96=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA460 is #325B9F. Grayscale: #A8A8A8. Windows color (decimal): -3300256 or 6333645. OLE color: 6333645.
HSL color Cylindrical-coordinate representation of color #CDA460: hue angle of 37.43º 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 #CDA460 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 96 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.20 |
| HSL | 37.43º | 0.52% | 0.59% | - |
| HSV(B) | 37.43º | 0.53% | 0.8% | - |
| XYZ | 40.56 | 40.37 | 16.72 | - |
| YUV | 168.51 | 87.08 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 96 | 0 | 0.2 | 0.53 | 0.20 | 37.43 | 0.52 | 0.59 |
| Hex | CD | A4 | 60 | 0 | 14 | 35 | 14 | 25 | 34 | 3B |
| Octal | 315 | 244 | 140 | 0 | 24 | 65 | 24 | 45 | 64 | 73 |
| Binary | 11001101 | 10100100 | 1100000 | 0 | 10100 | 110101 | 10100 | 100101 | 110100 | 111011 |
Color Harmonies of #CDA460
Complementary color
Monochromatic Colors of #CDA460
Black with #CDA460
Text Example
Text Example
White with #CDA460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA460; }
p { color: rgb(205,164,96); }
H1.HeaderClassName
{
color: #CDA460;
}
.AnyTagClassName
{
color: #CDA460;
}
</style>
background-color css
<style>
a { background-color: #CDA460; }
a { background-color: rgb(205,164,96); }
div.DivClassName
{
background-color: #CDA460;
}
.BgClassName
{
background-color: #CDA460;
}
</style>
border-color css
<style>
span { border-color: #CDA460; }
span { border-color: rgb(205,164,96); }
td.TdClassName
{
border-color: #CDA460;
}
.TagClassName
{
border-color: #CDA460;
}
</style>