Shades of Apache #CDAC55
Tints of Apache #CDAC55
RGB
CMYK
RGB Variations
Color information
#CDAC55 (or 0xCDAC55) is known color: Apache. HEX triplet: CD, AC and 55. RGB value is (205,172,85). Sum of RGB (Red+Green+Blue) = 205+172+85=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC55 is #3253AA. Grayscale: #ACACAC. Windows color (decimal): -3298219 or 5614797. OLE color: 5614797.
HSL color Cylindrical-coordinate representation of color #CDAC55: hue angle of 43.5º 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 #CDAC55 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 85 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.20 |
| HSL | 43.5º | 0.55% | 0.57% | - |
| HSV(B) | 43.5º | 0.59% | 0.8% | - |
| XYZ | 41.57 | 43.14 | 14.73 | - |
| YUV | 171.95 | 78.93 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 85 | 0 | 0.16 | 0.59 | 0.20 | 43.5 | 0.55 | 0.57 |
| Hex | CD | AC | 55 | 0 | 10 | 3B | 14 | 2C | 37 | 39 |
| Octal | 315 | 254 | 125 | 0 | 20 | 73 | 24 | 54 | 67 | 71 |
| Binary | 11001101 | 10101100 | 1010101 | 0 | 10000 | 111011 | 10100 | 101100 | 110111 | 111001 |
Color Harmonies of #CDAC55
Complementary color
Monochromatic Colors of #CDAC55
Black with #CDAC55
Text Example
Text Example
White with #CDAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC55; }
p { color: rgb(205,172,85); }
H1.HeaderClassName
{
color: #CDAC55;
}
.AnyTagClassName
{
color: #CDAC55;
}
</style>
background-color css
<style>
a { background-color: #CDAC55; }
a { background-color: rgb(205,172,85); }
div.DivClassName
{
background-color: #CDAC55;
}
.BgClassName
{
background-color: #CDAC55;
}
</style>
border-color css
<style>
span { border-color: #CDAC55; }
span { border-color: rgb(205,172,85); }
td.TdClassName
{
border-color: #CDAC55;
}
.TagClassName
{
border-color: #CDAC55;
}
</style>