Shades of Apache #CDA657
Tints of Apache #CDA657
RGB
CMYK
RGB Variations
Color information
#CDA657 (or 0xCDA657) is known color: Apache. HEX triplet: CD, A6 and 57. RGB value is (205,166,87). Sum of RGB (Red+Green+Blue) = 205+166+87=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA657 is #3259A8. Grayscale: #A9A9A9. Windows color (decimal): -3299753 or 5744333. OLE color: 5744333.
HSL color Cylindrical-coordinate representation of color #CDA657: hue angle of 40.17º 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 #CDA657 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 87 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.20 |
| HSL | 40.17º | 0.54% | 0.57% | - |
| HSV(B) | 40.17º | 0.58% | 0.8% | - |
| XYZ | 40.53 | 40.94 | 14.78 | - |
| YUV | 168.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 87 | 0 | 0.19 | 0.58 | 0.20 | 40.17 | 0.54 | 0.57 |
| Hex | CD | A6 | 57 | 0 | 13 | 3A | 14 | 28 | 36 | 39 |
| Octal | 315 | 246 | 127 | 0 | 23 | 72 | 24 | 50 | 66 | 71 |
| Binary | 11001101 | 10100110 | 1010111 | 0 | 10011 | 111010 | 10100 | 101000 | 110110 | 111001 |
Color Harmonies of #CDA657
Complementary color
Monochromatic Colors of #CDA657
Black with #CDA657
Text Example
Text Example
White with #CDA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA657; }
p { color: rgb(205,166,87); }
H1.HeaderClassName
{
color: #CDA657;
}
.AnyTagClassName
{
color: #CDA657;
}
</style>
background-color css
<style>
a { background-color: #CDA657; }
a { background-color: rgb(205,166,87); }
div.DivClassName
{
background-color: #CDA657;
}
.BgClassName
{
background-color: #CDA657;
}
</style>
border-color css
<style>
span { border-color: #CDA657; }
span { border-color: rgb(205,166,87); }
td.TdClassName
{
border-color: #CDA657;
}
.TagClassName
{
border-color: #CDA657;
}
</style>