Shades of Apache #CDA355
Tints of Apache #CDA355
RGB
CMYK
RGB Variations
Color information
#CDA355 (or 0xCDA355) is known color: Apache. HEX triplet: CD, A3 and 55. RGB value is (205,163,85). Sum of RGB (Red+Green+Blue) = 205+163+85=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA355 is #325CAA. Grayscale: #A7A7A7. Windows color (decimal): -3300523 or 5612493. OLE color: 5612493.
HSL color Cylindrical-coordinate representation of color #CDA355: hue angle of 39º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDA355 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 85 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.20 |
| HSL | 39º | 0.55% | 0.57% | - |
| HSV(B) | 39º | 0.59% | 0.8% | - |
| XYZ | 39.91 | 39.83 | 14.18 | - |
| YUV | 166.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 85 | 0 | 0.20 | 0.59 | 0.20 | 39 | 0.55 | 0.57 |
| Hex | CD | A3 | 55 | 0 | 14 | 3B | 14 | 27 | 37 | 39 |
| Octal | 315 | 243 | 125 | 0 | 24 | 73 | 24 | 47 | 67 | 71 |
| Binary | 11001101 | 10100011 | 1010101 | 0 | 10100 | 111011 | 10100 | 100111 | 110111 | 111001 |
Color Harmonies of #CDA355
Complementary color
Monochromatic Colors of #CDA355
Black with #CDA355
Text Example
Text Example
White with #CDA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA355; }
p { color: rgb(205,163,85); }
H1.HeaderClassName
{
color: #CDA355;
}
.AnyTagClassName
{
color: #CDA355;
}
</style>
background-color css
<style>
a { background-color: #CDA355; }
a { background-color: rgb(205,163,85); }
div.DivClassName
{
background-color: #CDA355;
}
.BgClassName
{
background-color: #CDA355;
}
</style>
border-color css
<style>
span { border-color: #CDA355; }
span { border-color: rgb(205,163,85); }
td.TdClassName
{
border-color: #CDA355;
}
.TagClassName
{
border-color: #CDA355;
}
</style>