Shades of Apache #CDA156
Tints of Apache #CDA156
RGB
CMYK
RGB Variations
Color information
#CDA156 (or 0xCDA156) is known color: Apache. HEX triplet: CD, A1 and 56. RGB value is (205,161,86). Sum of RGB (Red+Green+Blue) = 205+161+86=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA156 is #325EA9. Grayscale: #A5A5A5. Windows color (decimal): -3301034 or 5677517. OLE color: 5677517.
HSL color Cylindrical-coordinate representation of color #CDA156: hue angle of 37.82º 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 #CDA156 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 86 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.20 |
| HSL | 37.82º | 0.54% | 0.57% | - |
| HSV(B) | 37.82º | 0.58% | 0.8% | - |
| XYZ | 39.6 | 39.14 | 14.27 | - |
| YUV | 165.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 86 | 0 | 0.21 | 0.58 | 0.20 | 37.82 | 0.54 | 0.57 |
| Hex | CD | A1 | 56 | 0 | 15 | 3A | 14 | 26 | 36 | 39 |
| Octal | 315 | 241 | 126 | 0 | 25 | 72 | 24 | 46 | 66 | 71 |
| Binary | 11001101 | 10100001 | 1010110 | 0 | 10101 | 111010 | 10100 | 100110 | 110110 | 111001 |
Color Harmonies of #CDA156
Complementary color
Monochromatic Colors of #CDA156
Black with #CDA156
Text Example
Text Example
White with #CDA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA156; }
p { color: rgb(205,161,86); }
H1.HeaderClassName
{
color: #CDA156;
}
.AnyTagClassName
{
color: #CDA156;
}
</style>
background-color css
<style>
a { background-color: #CDA156; }
a { background-color: rgb(205,161,86); }
div.DivClassName
{
background-color: #CDA156;
}
.BgClassName
{
background-color: #CDA156;
}
</style>
border-color css
<style>
span { border-color: #CDA156; }
span { border-color: rgb(205,161,86); }
td.TdClassName
{
border-color: #CDA156;
}
.TagClassName
{
border-color: #CDA156;
}
</style>