Shades of Apache #CDA059
Tints of Apache #CDA059
RGB
CMYK
RGB Variations
Color information
#CDA059 (or 0xCDA059) is known color: Apache. HEX triplet: CD, A0 and 59. RGB value is (205,160,89). Sum of RGB (Red+Green+Blue) = 205+160+89=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA059 is #325FA6. Grayscale: #A5A5A5. Windows color (decimal): -3301287 or 5873869. OLE color: 5873869.
HSL color Cylindrical-coordinate representation of color #CDA059: hue angle of 36.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDA059 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 89 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.20 |
| HSL | 36.72º | 0.54% | 0.58% | - |
| HSV(B) | 36.72º | 0.57% | 0.8% | - |
| XYZ | 39.55 | 38.84 | 14.86 | - |
| YUV | 165.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 89 | 0 | 0.22 | 0.57 | 0.20 | 36.72 | 0.54 | 0.58 |
| Hex | CD | A0 | 59 | 0 | 16 | 39 | 14 | 25 | 36 | 3A |
| Octal | 315 | 240 | 131 | 0 | 26 | 71 | 24 | 45 | 66 | 72 |
| Binary | 11001101 | 10100000 | 1011001 | 0 | 10110 | 111001 | 10100 | 100101 | 110110 | 111010 |
Color Harmonies of #CDA059
Complementary color
Monochromatic Colors of #CDA059
Black with #CDA059
Text Example
Text Example
White with #CDA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA059; }
p { color: rgb(205,160,89); }
H1.HeaderClassName
{
color: #CDA059;
}
.AnyTagClassName
{
color: #CDA059;
}
</style>
background-color css
<style>
a { background-color: #CDA059; }
a { background-color: rgb(205,160,89); }
div.DivClassName
{
background-color: #CDA059;
}
.BgClassName
{
background-color: #CDA059;
}
</style>
border-color css
<style>
span { border-color: #CDA059; }
span { border-color: rgb(205,160,89); }
td.TdClassName
{
border-color: #CDA059;
}
.TagClassName
{
border-color: #CDA059;
}
</style>