Shades of Apache #CDA054
Tints of Apache #CDA054
RGB
CMYK
RGB Variations
Color information
#CDA054 (or 0xCDA054) is known color: Apache. HEX triplet: CD, A0 and 54. RGB value is (205,160,84). Sum of RGB (Red+Green+Blue) = 205+160+84=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA054 is #325FAB. Grayscale: #A5A5A5. Windows color (decimal): -3301292 or 5546189. OLE color: 5546189.
HSL color Cylindrical-coordinate representation of color #CDA054: hue angle of 37.69º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDA054 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 84 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.20 |
| HSL | 37.69º | 0.55% | 0.57% | - |
| HSV(B) | 37.69º | 0.59% | 0.8% | - |
| XYZ | 39.35 | 38.76 | 13.8 | - |
| YUV | 164.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 84 | 0 | 0.22 | 0.59 | 0.20 | 37.69 | 0.55 | 0.57 |
| Hex | CD | A0 | 54 | 0 | 16 | 3B | 14 | 26 | 37 | 39 |
| Octal | 315 | 240 | 124 | 0 | 26 | 73 | 24 | 46 | 67 | 71 |
| Binary | 11001101 | 10100000 | 1010100 | 0 | 10110 | 111011 | 10100 | 100110 | 110111 | 111001 |
Color Harmonies of #CDA054
Complementary color
Monochromatic Colors of #CDA054
Black with #CDA054
Text Example
Text Example
White with #CDA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA054; }
p { color: rgb(205,160,84); }
H1.HeaderClassName
{
color: #CDA054;
}
.AnyTagClassName
{
color: #CDA054;
}
</style>
background-color css
<style>
a { background-color: #CDA054; }
a { background-color: rgb(205,160,84); }
div.DivClassName
{
background-color: #CDA054;
}
.BgClassName
{
background-color: #CDA054;
}
</style>
border-color css
<style>
span { border-color: #CDA054; }
span { border-color: rgb(205,160,84); }
td.TdClassName
{
border-color: #CDA054;
}
.TagClassName
{
border-color: #CDA054;
}
</style>