Shades of Apache #CDA260
Tints of Apache #CDA260
RGB
CMYK
RGB Variations
Color information
#CDA260 (or 0xCDA260) is known color: Apache. HEX triplet: CD, A2 and 60. RGB value is (205,162,96). Sum of RGB (Red+Green+Blue) = 205+162+96=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA260 is #325D9F. Grayscale: #A7A7A7. Windows color (decimal): -3300768 or 6333133. OLE color: 6333133.
HSL color Cylindrical-coordinate representation of color #CDA260: hue angle of 36.33º 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 #CDA260 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 96 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.20 |
| HSL | 36.33º | 0.52% | 0.59% | - |
| HSV(B) | 36.33º | 0.53% | 0.8% | - |
| XYZ | 40.21 | 39.66 | 16.6 | - |
| YUV | 167.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 96 | 0 | 0.21 | 0.53 | 0.20 | 36.33 | 0.52 | 0.59 |
| Hex | CD | A2 | 60 | 0 | 15 | 35 | 14 | 24 | 34 | 3B |
| Octal | 315 | 242 | 140 | 0 | 25 | 65 | 24 | 44 | 64 | 73 |
| Binary | 11001101 | 10100010 | 1100000 | 0 | 10101 | 110101 | 10100 | 100100 | 110100 | 111011 |
Color Harmonies of #CDA260
Complementary color
Monochromatic Colors of #CDA260
Black with #CDA260
Text Example
Text Example
White with #CDA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA260; }
p { color: rgb(205,162,96); }
H1.HeaderClassName
{
color: #CDA260;
}
.AnyTagClassName
{
color: #CDA260;
}
</style>
background-color css
<style>
a { background-color: #CDA260; }
a { background-color: rgb(205,162,96); }
div.DivClassName
{
background-color: #CDA260;
}
.BgClassName
{
background-color: #CDA260;
}
</style>
border-color css
<style>
span { border-color: #CDA260; }
span { border-color: rgb(205,162,96); }
td.TdClassName
{
border-color: #CDA260;
}
.TagClassName
{
border-color: #CDA260;
}
</style>