Shades of Apache #CDA656
Tints of Apache #CDA656
RGB
CMYK
RGB Variations
Color information
#CDA656 (or 0xCDA656) is known color: Apache. HEX triplet: CD, A6 and 56. RGB value is (205,166,86). Sum of RGB (Red+Green+Blue) = 205+166+86=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA656 is #3259A9. Grayscale: #A8A8A8. Windows color (decimal): -3299754 or 5678797. OLE color: 5678797.
HSL color Cylindrical-coordinate representation of color #CDA656: hue angle of 40.34º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDA656 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 86 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.20 |
| HSL | 40.34º | 0.54% | 0.57% | - |
| HSV(B) | 40.34º | 0.58% | 0.8% | - |
| XYZ | 40.49 | 40.92 | 14.57 | - |
| YUV | 168.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 86 | 0 | 0.19 | 0.58 | 0.20 | 40.34 | 0.54 | 0.57 |
| Hex | CD | A6 | 56 | 0 | 13 | 3A | 14 | 28 | 36 | 39 |
| Octal | 315 | 246 | 126 | 0 | 23 | 72 | 24 | 50 | 66 | 71 |
| Binary | 11001101 | 10100110 | 1010110 | 0 | 10011 | 111010 | 10100 | 101000 | 110110 | 111001 |
Color Harmonies of #CDA656
Complementary color
Monochromatic Colors of #CDA656
Black with #CDA656
Text Example
Text Example
White with #CDA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA656; }
p { color: rgb(205,166,86); }
H1.HeaderClassName
{
color: #CDA656;
}
.AnyTagClassName
{
color: #CDA656;
}
</style>
background-color css
<style>
a { background-color: #CDA656; }
a { background-color: rgb(205,166,86); }
div.DivClassName
{
background-color: #CDA656;
}
.BgClassName
{
background-color: #CDA656;
}
</style>
border-color css
<style>
span { border-color: #CDA656; }
span { border-color: rgb(205,166,86); }
td.TdClassName
{
border-color: #CDA656;
}
.TagClassName
{
border-color: #CDA656;
}
</style>