Shades of Apache #CDA959
Tints of Apache #CDA959
RGB
CMYK
RGB Variations
Color information
#CDA959 (or 0xCDA959) is known color: Apache. HEX triplet: CD, A9 and 59. RGB value is (205,169,89). Sum of RGB (Red+Green+Blue) = 205+169+89=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA959 is #3256A6. Grayscale: #AAAAAA. Windows color (decimal): -3298983 or 5876173. OLE color: 5876173.
HSL color Cylindrical-coordinate representation of color #CDA959: hue angle of 41.38º 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 #CDA959 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 89 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.20 |
| HSL | 41.38º | 0.54% | 0.58% | - |
| HSV(B) | 41.38º | 0.57% | 0.8% | - |
| XYZ | 41.17 | 42.08 | 15.4 | - |
| YUV | 170.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 89 | 0 | 0.18 | 0.57 | 0.20 | 41.38 | 0.54 | 0.58 |
| Hex | CD | A9 | 59 | 0 | 12 | 39 | 14 | 29 | 36 | 3A |
| Octal | 315 | 251 | 131 | 0 | 22 | 71 | 24 | 51 | 66 | 72 |
| Binary | 11001101 | 10101001 | 1011001 | 0 | 10010 | 111001 | 10100 | 101001 | 110110 | 111010 |
Color Harmonies of #CDA959
Complementary color
Monochromatic Colors of #CDA959
Black with #CDA959
Text Example
Text Example
White with #CDA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA959; }
p { color: rgb(205,169,89); }
H1.HeaderClassName
{
color: #CDA959;
}
.AnyTagClassName
{
color: #CDA959;
}
</style>
background-color css
<style>
a { background-color: #CDA959; }
a { background-color: rgb(205,169,89); }
div.DivClassName
{
background-color: #CDA959;
}
.BgClassName
{
background-color: #CDA959;
}
</style>
border-color css
<style>
span { border-color: #CDA959; }
span { border-color: rgb(205,169,89); }
td.TdClassName
{
border-color: #CDA959;
}
.TagClassName
{
border-color: #CDA959;
}
</style>