Shades of Apache #CDA354
Tints of Apache #CDA354
RGB
CMYK
RGB Variations
Color information
#CDA354 (or 0xCDA354) is known color: Apache. HEX triplet: CD, A3 and 54. RGB value is (205,163,84). Sum of RGB (Red+Green+Blue) = 205+163+84=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA354 is #325CAB. Grayscale: #A6A6A6. Windows color (decimal): -3300524 or 5546957. OLE color: 5546957.
HSL color Cylindrical-coordinate representation of color #CDA354: hue angle of 39.17º 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 #CDA354 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.20 |
| HSL | 39.17º | 0.55% | 0.57% | - |
| HSV(B) | 39.17º | 0.59% | 0.8% | - |
| XYZ | 39.87 | 39.81 | 13.97 | - |
| YUV | 166.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 84 | 0 | 0.20 | 0.59 | 0.20 | 39.17 | 0.55 | 0.57 |
| Hex | CD | A3 | 54 | 0 | 14 | 3B | 14 | 27 | 37 | 39 |
| Octal | 315 | 243 | 124 | 0 | 24 | 73 | 24 | 47 | 67 | 71 |
| Binary | 11001101 | 10100011 | 1010100 | 0 | 10100 | 111011 | 10100 | 100111 | 110111 | 111001 |
Color Harmonies of #CDA354
Complementary color
Monochromatic Colors of #CDA354
Black with #CDA354
Text Example
Text Example
White with #CDA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA354; }
p { color: rgb(205,163,84); }
H1.HeaderClassName
{
color: #CDA354;
}
.AnyTagClassName
{
color: #CDA354;
}
</style>
background-color css
<style>
a { background-color: #CDA354; }
a { background-color: rgb(205,163,84); }
div.DivClassName
{
background-color: #CDA354;
}
.BgClassName
{
background-color: #CDA354;
}
</style>
border-color css
<style>
span { border-color: #CDA354; }
span { border-color: rgb(205,163,84); }
td.TdClassName
{
border-color: #CDA354;
}
.TagClassName
{
border-color: #CDA354;
}
</style>