Shades of Apache #CDA353
Tints of Apache #CDA353
RGB
CMYK
RGB Variations
Color information
#CDA353 (or 0xCDA353) is known color: Apache. HEX triplet: CD, A3 and 53. RGB value is (205,163,83). Sum of RGB (Red+Green+Blue) = 205+163+83=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA353 is #325CAC. Grayscale: #A6A6A6. Windows color (decimal): -3300525 or 5481421. OLE color: 5481421.
HSL color Cylindrical-coordinate representation of color #CDA353: hue angle of 39.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDA353 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 83 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.20 |
| HSL | 39.34º | 0.55% | 0.56% | - |
| HSV(B) | 39.34º | 0.6% | 0.8% | - |
| XYZ | 39.84 | 39.8 | 13.77 | - |
| YUV | 166.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 83 | 0 | 0.20 | 0.60 | 0.20 | 39.34 | 0.55 | 0.56 |
| Hex | CD | A3 | 53 | 0 | 14 | 3C | 14 | 27 | 37 | 38 |
| Octal | 315 | 243 | 123 | 0 | 24 | 74 | 24 | 47 | 67 | 70 |
| Binary | 11001101 | 10100011 | 1010011 | 0 | 10100 | 111100 | 10100 | 100111 | 110111 | 111000 |
Color Harmonies of #CDA353
Complementary color
Monochromatic Colors of #CDA353
Black with #CDA353
Text Example
Text Example
White with #CDA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA353; }
p { color: rgb(205,163,83); }
H1.HeaderClassName
{
color: #CDA353;
}
.AnyTagClassName
{
color: #CDA353;
}
</style>
background-color css
<style>
a { background-color: #CDA353; }
a { background-color: rgb(205,163,83); }
div.DivClassName
{
background-color: #CDA353;
}
.BgClassName
{
background-color: #CDA353;
}
</style>
border-color css
<style>
span { border-color: #CDA353; }
span { border-color: rgb(205,163,83); }
td.TdClassName
{
border-color: #CDA353;
}
.TagClassName
{
border-color: #CDA353;
}
</style>