Shades of Apache #CDA064
Tints of Apache #CDA064
RGB
CMYK
RGB Variations
Color information
#CDA064 (or 0xCDA064) is known color: Apache. HEX triplet: CD, A0 and 64. RGB value is (205,160,100). Sum of RGB (Red+Green+Blue) = 205+160+100=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA064 is #325F9B. Grayscale: #A6A6A6. Windows color (decimal): -3301276 or 6594765. OLE color: 6594765.
HSL color Cylindrical-coordinate representation of color #CDA064: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDA064 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 100 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.20 |
| HSL | 34.29º | 0.51% | 0.6% | - |
| HSV(B) | 34.29º | 0.51% | 0.8% | - |
| XYZ | 40.05 | 39.04 | 17.48 | - |
| YUV | 166.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 100 | 0 | 0.22 | 0.51 | 0.20 | 34.29 | 0.51 | 0.6 |
| Hex | CD | A0 | 64 | 0 | 16 | 33 | 14 | 22 | 33 | 3C |
| Octal | 315 | 240 | 144 | 0 | 26 | 63 | 24 | 42 | 63 | 74 |
| Binary | 11001101 | 10100000 | 1100100 | 0 | 10110 | 110011 | 10100 | 100010 | 110011 | 111100 |
Color Harmonies of #CDA064
Complementary color
Monochromatic Colors of #CDA064
Black with #CDA064
Text Example
Text Example
White with #CDA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA064; }
p { color: rgb(205,160,100); }
H1.HeaderClassName
{
color: #CDA064;
}
.AnyTagClassName
{
color: #CDA064;
}
</style>
background-color css
<style>
a { background-color: #CDA064; }
a { background-color: rgb(205,160,100); }
div.DivClassName
{
background-color: #CDA064;
}
.BgClassName
{
background-color: #CDA064;
}
</style>
border-color css
<style>
span { border-color: #CDA064; }
span { border-color: rgb(205,160,100); }
td.TdClassName
{
border-color: #CDA064;
}
.TagClassName
{
border-color: #CDA064;
}
</style>