Shades of Apache #CDA061
Tints of Apache #CDA061
RGB
CMYK
RGB Variations
Color information
#CDA061 (or 0xCDA061) is known color: Apache. HEX triplet: CD, A0 and 61. RGB value is (205,160,97). Sum of RGB (Red+Green+Blue) = 205+160+97=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA061 is #325F9E. Grayscale: #A6A6A6. Windows color (decimal): -3301279 or 6398157. OLE color: 6398157.
HSL color Cylindrical-coordinate representation of color #CDA061: hue angle of 35º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA061 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 97 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.20 |
| HSL | 35º | 0.52% | 0.59% | - |
| HSV(B) | 35º | 0.53% | 0.8% | - |
| XYZ | 39.91 | 38.98 | 16.73 | - |
| YUV | 166.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 97 | 0 | 0.22 | 0.53 | 0.20 | 35 | 0.52 | 0.59 |
| Hex | CD | A0 | 61 | 0 | 16 | 35 | 14 | 23 | 34 | 3B |
| Octal | 315 | 240 | 141 | 0 | 26 | 65 | 24 | 43 | 64 | 73 |
| Binary | 11001101 | 10100000 | 1100001 | 0 | 10110 | 110101 | 10100 | 100011 | 110100 | 111011 |
Color Harmonies of #CDA061
Complementary color
Monochromatic Colors of #CDA061
Black with #CDA061
Text Example
Text Example
White with #CDA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA061; }
p { color: rgb(205,160,97); }
H1.HeaderClassName
{
color: #CDA061;
}
.AnyTagClassName
{
color: #CDA061;
}
</style>
background-color css
<style>
a { background-color: #CDA061; }
a { background-color: rgb(205,160,97); }
div.DivClassName
{
background-color: #CDA061;
}
.BgClassName
{
background-color: #CDA061;
}
</style>
border-color css
<style>
span { border-color: #CDA061; }
span { border-color: rgb(205,160,97); }
td.TdClassName
{
border-color: #CDA061;
}
.TagClassName
{
border-color: #CDA061;
}
</style>