Shades of Apache #CDA559
Tints of Apache #CDA559
RGB
CMYK
RGB Variations
Color information
#CDA559 (or 0xCDA559) is known color: Apache. HEX triplet: CD, A5 and 59. RGB value is (205,165,89). Sum of RGB (Red+Green+Blue) = 205+165+89=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA559 is #325AA6. Grayscale: #A8A8A8. Windows color (decimal): -3300007 or 5875149. OLE color: 5875149.
HSL color Cylindrical-coordinate representation of color #CDA559: hue angle of 39.31º 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 #CDA559 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 89 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.20 |
| HSL | 39.31º | 0.54% | 0.58% | - |
| HSV(B) | 39.31º | 0.57% | 0.8% | - |
| XYZ | 40.44 | 40.61 | 15.16 | - |
| YUV | 168.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 89 | 0 | 0.20 | 0.57 | 0.20 | 39.31 | 0.54 | 0.58 |
| Hex | CD | A5 | 59 | 0 | 14 | 39 | 14 | 27 | 36 | 3A |
| Octal | 315 | 245 | 131 | 0 | 24 | 71 | 24 | 47 | 66 | 72 |
| Binary | 11001101 | 10100101 | 1011001 | 0 | 10100 | 111001 | 10100 | 100111 | 110110 | 111010 |
Color Harmonies of #CDA559
Complementary color
Monochromatic Colors of #CDA559
Black with #CDA559
Text Example
Text Example
White with #CDA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA559; }
p { color: rgb(205,165,89); }
H1.HeaderClassName
{
color: #CDA559;
}
.AnyTagClassName
{
color: #CDA559;
}
</style>
background-color css
<style>
a { background-color: #CDA559; }
a { background-color: rgb(205,165,89); }
div.DivClassName
{
background-color: #CDA559;
}
.BgClassName
{
background-color: #CDA559;
}
</style>
border-color css
<style>
span { border-color: #CDA559; }
span { border-color: rgb(205,165,89); }
td.TdClassName
{
border-color: #CDA559;
}
.TagClassName
{
border-color: #CDA559;
}
</style>