Shades of Apache #CDA659
Tints of Apache #CDA659
RGB
CMYK
RGB Variations
Color information
#CDA659 (or 0xCDA659) is known color: Apache. HEX triplet: CD, A6 and 59. RGB value is (205,166,89). Sum of RGB (Red+Green+Blue) = 205+166+89=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA659 is #3259A6. Grayscale: #A9A9A9. Windows color (decimal): -3299751 or 5875405. OLE color: 5875405.
HSL color Cylindrical-coordinate representation of color #CDA659: hue angle of 39.83º 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 #CDA659 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 89 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.20 |
| HSL | 39.83º | 0.54% | 0.58% | - |
| HSV(B) | 39.83º | 0.57% | 0.8% | - |
| XYZ | 40.62 | 40.97 | 15.22 | - |
| YUV | 168.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 89 | 0 | 0.19 | 0.57 | 0.20 | 39.83 | 0.54 | 0.58 |
| Hex | CD | A6 | 59 | 0 | 13 | 39 | 14 | 28 | 36 | 3A |
| Octal | 315 | 246 | 131 | 0 | 23 | 71 | 24 | 50 | 66 | 72 |
| Binary | 11001101 | 10100110 | 1011001 | 0 | 10011 | 111001 | 10100 | 101000 | 110110 | 111010 |
Color Harmonies of #CDA659
Complementary color
Monochromatic Colors of #CDA659
Black with #CDA659
Text Example
Text Example
White with #CDA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA659; }
p { color: rgb(205,166,89); }
H1.HeaderClassName
{
color: #CDA659;
}
.AnyTagClassName
{
color: #CDA659;
}
</style>
background-color css
<style>
a { background-color: #CDA659; }
a { background-color: rgb(205,166,89); }
div.DivClassName
{
background-color: #CDA659;
}
.BgClassName
{
background-color: #CDA659;
}
</style>
border-color css
<style>
span { border-color: #CDA659; }
span { border-color: rgb(205,166,89); }
td.TdClassName
{
border-color: #CDA659;
}
.TagClassName
{
border-color: #CDA659;
}
</style>