Shades of Apache #CDA85E
Tints of Apache #CDA85E
RGB
CMYK
RGB Variations
Color information
#CDA85E (or 0xCDA85E) is known color: Apache. HEX triplet: CD, A8 and 5E. RGB value is (205,168,94). Sum of RGB (Red+Green+Blue) = 205+168+94=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA85E is #3257A1. Grayscale: #AAAAAA. Windows color (decimal): -3299234 or 6203597. OLE color: 6203597.
HSL color Cylindrical-coordinate representation of color #CDA85E: hue angle of 40º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDA85E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 94 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.20 |
| HSL | 40º | 0.53% | 0.59% | - |
| HSV(B) | 40º | 0.54% | 0.8% | - |
| XYZ | 41.2 | 41.79 | 16.48 | - |
| YUV | 170.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 94 | 0 | 0.18 | 0.54 | 0.20 | 40 | 0.53 | 0.59 |
| Hex | CD | A8 | 5E | 0 | 12 | 36 | 14 | 28 | 35 | 3B |
| Octal | 315 | 250 | 136 | 0 | 22 | 66 | 24 | 50 | 65 | 73 |
| Binary | 11001101 | 10101000 | 1011110 | 0 | 10010 | 110110 | 10100 | 101000 | 110101 | 111011 |
Color Harmonies of #CDA85E
Complementary color
Monochromatic Colors of #CDA85E
Black with #CDA85E
Text Example
Text Example
White with #CDA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA85E; }
p { color: rgb(205,168,94); }
H1.HeaderClassName
{
color: #CDA85E;
}
.AnyTagClassName
{
color: #CDA85E;
}
</style>
background-color css
<style>
a { background-color: #CDA85E; }
a { background-color: rgb(205,168,94); }
div.DivClassName
{
background-color: #CDA85E;
}
.BgClassName
{
background-color: #CDA85E;
}
</style>
border-color css
<style>
span { border-color: #CDA85E; }
span { border-color: rgb(205,168,94); }
td.TdClassName
{
border-color: #CDA85E;
}
.TagClassName
{
border-color: #CDA85E;
}
</style>