Shades of Apache #CDA356
Tints of Apache #CDA356
RGB
CMYK
RGB Variations
Color information
#CDA356 (or 0xCDA356) is known color: Apache. HEX triplet: CD, A3 and 56. RGB value is (205,163,86). Sum of RGB (Red+Green+Blue) = 205+163+86=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA356 is #325CA9. Grayscale: #A7A7A7. Windows color (decimal): -3300522 or 5678029. OLE color: 5678029.
HSL color Cylindrical-coordinate representation of color #CDA356: hue angle of 38.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 #CDA356 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 86 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.20 |
| HSL | 38.82º | 0.54% | 0.57% | - |
| HSV(B) | 38.82º | 0.58% | 0.8% | - |
| XYZ | 39.95 | 39.85 | 14.39 | - |
| YUV | 166.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 86 | 0 | 0.20 | 0.58 | 0.20 | 38.82 | 0.54 | 0.57 |
| Hex | CD | A3 | 56 | 0 | 14 | 3A | 14 | 27 | 36 | 39 |
| Octal | 315 | 243 | 126 | 0 | 24 | 72 | 24 | 47 | 66 | 71 |
| Binary | 11001101 | 10100011 | 1010110 | 0 | 10100 | 111010 | 10100 | 100111 | 110110 | 111001 |
Color Harmonies of #CDA356
Complementary color
Monochromatic Colors of #CDA356
Black with #CDA356
Text Example
Text Example
White with #CDA356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA356; }
p { color: rgb(205,163,86); }
H1.HeaderClassName
{
color: #CDA356;
}
.AnyTagClassName
{
color: #CDA356;
}
</style>
background-color css
<style>
a { background-color: #CDA356; }
a { background-color: rgb(205,163,86); }
div.DivClassName
{
background-color: #CDA356;
}
.BgClassName
{
background-color: #CDA356;
}
</style>
border-color css
<style>
span { border-color: #CDA356; }
span { border-color: rgb(205,163,86); }
td.TdClassName
{
border-color: #CDA356;
}
.TagClassName
{
border-color: #CDA356;
}
</style>