Shades of Apache #CDA854
Tints of Apache #CDA854
RGB
CMYK
RGB Variations
Color information
#CDA854 (or 0xCDA854) is known color: Apache. HEX triplet: CD, A8 and 54. RGB value is (205,168,84). Sum of RGB (Red+Green+Blue) = 205+168+84=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA854 is #3257AB. Grayscale: #A9A9A9. Windows color (decimal): -3299244 or 5548237. OLE color: 5548237.
HSL color Cylindrical-coordinate representation of color #CDA854: hue angle of 41.65º 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 #CDA854 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 84 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.20 |
| HSL | 41.65º | 0.55% | 0.57% | - |
| HSV(B) | 41.65º | 0.59% | 0.8% | - |
| XYZ | 40.78 | 41.62 | 14.27 | - |
| YUV | 169.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 84 | 0 | 0.18 | 0.59 | 0.20 | 41.65 | 0.55 | 0.57 |
| Hex | CD | A8 | 54 | 0 | 12 | 3B | 14 | 2A | 37 | 39 |
| Octal | 315 | 250 | 124 | 0 | 22 | 73 | 24 | 52 | 67 | 71 |
| Binary | 11001101 | 10101000 | 1010100 | 0 | 10010 | 111011 | 10100 | 101010 | 110111 | 111001 |
Color Harmonies of #CDA854
Complementary color
Monochromatic Colors of #CDA854
Black with #CDA854
Text Example
Text Example
White with #CDA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA854; }
p { color: rgb(205,168,84); }
H1.HeaderClassName
{
color: #CDA854;
}
.AnyTagClassName
{
color: #CDA854;
}
</style>
background-color css
<style>
a { background-color: #CDA854; }
a { background-color: rgb(205,168,84); }
div.DivClassName
{
background-color: #CDA854;
}
.BgClassName
{
background-color: #CDA854;
}
</style>
border-color css
<style>
span { border-color: #CDA854; }
span { border-color: rgb(205,168,84); }
td.TdClassName
{
border-color: #CDA854;
}
.TagClassName
{
border-color: #CDA854;
}
</style>