Shades of Apache #CDA063
Tints of Apache #CDA063
RGB
CMYK
RGB Variations
Color information
#CDA063 (or 0xCDA063) is known color: Apache. HEX triplet: CD, A0 and 63. RGB value is (205,160,99). Sum of RGB (Red+Green+Blue) = 205+160+99=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA063 is #325F9C. Grayscale: #A6A6A6. Windows color (decimal): -3301277 or 6529229. OLE color: 6529229.
HSL color Cylindrical-coordinate representation of color #CDA063: hue angle of 34.53º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA063 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 99 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.20 |
| HSL | 34.53º | 0.51% | 0.6% | - |
| HSV(B) | 34.53º | 0.52% | 0.8% | - |
| XYZ | 40 | 39.02 | 17.23 | - |
| YUV | 166.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 99 | 0 | 0.22 | 0.52 | 0.20 | 34.53 | 0.51 | 0.6 |
| Hex | CD | A0 | 63 | 0 | 16 | 34 | 14 | 23 | 33 | 3C |
| Octal | 315 | 240 | 143 | 0 | 26 | 64 | 24 | 43 | 63 | 74 |
| Binary | 11001101 | 10100000 | 1100011 | 0 | 10110 | 110100 | 10100 | 100011 | 110011 | 111100 |
Color Harmonies of #CDA063
Complementary color
Monochromatic Colors of #CDA063
Black with #CDA063
Text Example
Text Example
White with #CDA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA063; }
p { color: rgb(205,160,99); }
H1.HeaderClassName
{
color: #CDA063;
}
.AnyTagClassName
{
color: #CDA063;
}
</style>
background-color css
<style>
a { background-color: #CDA063; }
a { background-color: rgb(205,160,99); }
div.DivClassName
{
background-color: #CDA063;
}
.BgClassName
{
background-color: #CDA063;
}
</style>
border-color css
<style>
span { border-color: #CDA063; }
span { border-color: rgb(205,160,99); }
td.TdClassName
{
border-color: #CDA063;
}
.TagClassName
{
border-color: #CDA063;
}
</style>