Shades of Apache #CDA955
Tints of Apache #CDA955
RGB
CMYK
RGB Variations
Color information
#CDA955 (or 0xCDA955) is known color: Apache. HEX triplet: CD, A9 and 55. RGB value is (205,169,85). Sum of RGB (Red+Green+Blue) = 205+169+85=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA955 is #3256AA. Grayscale: #AAAAAA. Windows color (decimal): -3298987 or 5614029. OLE color: 5614029.
HSL color Cylindrical-coordinate representation of color #CDA955: hue angle of 42º 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 #CDA955 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 85 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.20 |
| HSL | 42º | 0.55% | 0.57% | - |
| HSV(B) | 42º | 0.59% | 0.8% | - |
| XYZ | 41 | 42.01 | 14.54 | - |
| YUV | 170.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 85 | 0 | 0.18 | 0.59 | 0.20 | 42 | 0.55 | 0.57 |
| Hex | CD | A9 | 55 | 0 | 12 | 3B | 14 | 2A | 37 | 39 |
| Octal | 315 | 251 | 125 | 0 | 22 | 73 | 24 | 52 | 67 | 71 |
| Binary | 11001101 | 10101001 | 1010101 | 0 | 10010 | 111011 | 10100 | 101010 | 110111 | 111001 |
Color Harmonies of #CDA955
Complementary color
Monochromatic Colors of #CDA955
Black with #CDA955
Text Example
Text Example
White with #CDA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA955; }
p { color: rgb(205,169,85); }
H1.HeaderClassName
{
color: #CDA955;
}
.AnyTagClassName
{
color: #CDA955;
}
</style>
background-color css
<style>
a { background-color: #CDA955; }
a { background-color: rgb(205,169,85); }
div.DivClassName
{
background-color: #CDA955;
}
.BgClassName
{
background-color: #CDA955;
}
</style>
border-color css
<style>
span { border-color: #CDA955; }
span { border-color: rgb(205,169,85); }
td.TdClassName
{
border-color: #CDA955;
}
.TagClassName
{
border-color: #CDA955;
}
</style>