Shades of Apache #CDA159
Tints of Apache #CDA159
RGB
CMYK
RGB Variations
Color information
#CDA159 (or 0xCDA159) is known color: Apache. HEX triplet: CD, A1 and 59. RGB value is (205,161,89). Sum of RGB (Red+Green+Blue) = 205+161+89=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA159 is #325EA6. Grayscale: #A6A6A6. Windows color (decimal): -3301031 or 5874125. OLE color: 5874125.
HSL color Cylindrical-coordinate representation of color #CDA159: hue angle of 37.24º 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 #CDA159 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 89 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.20 |
| HSL | 37.24º | 0.54% | 0.58% | - |
| HSV(B) | 37.24º | 0.57% | 0.8% | - |
| XYZ | 39.72 | 39.19 | 14.92 | - |
| YUV | 165.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 89 | 0 | 0.21 | 0.57 | 0.20 | 37.24 | 0.54 | 0.58 |
| Hex | CD | A1 | 59 | 0 | 15 | 39 | 14 | 25 | 36 | 3A |
| Octal | 315 | 241 | 131 | 0 | 25 | 71 | 24 | 45 | 66 | 72 |
| Binary | 11001101 | 10100001 | 1011001 | 0 | 10101 | 111001 | 10100 | 100101 | 110110 | 111010 |
Color Harmonies of #CDA159
Complementary color
Monochromatic Colors of #CDA159
Black with #CDA159
Text Example
Text Example
White with #CDA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA159; }
p { color: rgb(205,161,89); }
H1.HeaderClassName
{
color: #CDA159;
}
.AnyTagClassName
{
color: #CDA159;
}
</style>
background-color css
<style>
a { background-color: #CDA159; }
a { background-color: rgb(205,161,89); }
div.DivClassName
{
background-color: #CDA159;
}
.BgClassName
{
background-color: #CDA159;
}
</style>
border-color css
<style>
span { border-color: #CDA159; }
span { border-color: rgb(205,161,89); }
td.TdClassName
{
border-color: #CDA159;
}
.TagClassName
{
border-color: #CDA159;
}
</style>