Shades of Apache #CDA95E
Tints of Apache #CDA95E
RGB
CMYK
RGB Variations
Color information
#CDA95E (or 0xCDA95E) is known color: Apache. HEX triplet: CD, A9 and 5E. RGB value is (205,169,94). Sum of RGB (Red+Green+Blue) = 205+169+94=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA95E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA95E is #3256A1. Grayscale: #ABABAB. Windows color (decimal): -3298978 or 6203853. OLE color: 6203853.
HSL color Cylindrical-coordinate representation of color #CDA95E: hue angle of 40.54º 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 #CDA95E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 94 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.20 |
| HSL | 40.54º | 0.53% | 0.59% | - |
| HSV(B) | 40.54º | 0.54% | 0.8% | - |
| XYZ | 41.39 | 42.16 | 16.55 | - |
| YUV | 171.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 94 | 0 | 0.18 | 0.54 | 0.20 | 40.54 | 0.53 | 0.59 |
| Hex | CD | A9 | 5E | 0 | 12 | 36 | 14 | 29 | 35 | 3B |
| Octal | 315 | 251 | 136 | 0 | 22 | 66 | 24 | 51 | 65 | 73 |
| Binary | 11001101 | 10101001 | 1011110 | 0 | 10010 | 110110 | 10100 | 101001 | 110101 | 111011 |
Color Harmonies of #CDA95E
Complementary color
Monochromatic Colors of #CDA95E
Black with #CDA95E
Text Example
Text Example
White with #CDA95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA95E; }
p { color: rgb(205,169,94); }
H1.HeaderClassName
{
color: #CDA95E;
}
.AnyTagClassName
{
color: #CDA95E;
}
</style>
background-color css
<style>
a { background-color: #CDA95E; }
a { background-color: rgb(205,169,94); }
div.DivClassName
{
background-color: #CDA95E;
}
.BgClassName
{
background-color: #CDA95E;
}
</style>
border-color css
<style>
span { border-color: #CDA95E; }
span { border-color: rgb(205,169,94); }
td.TdClassName
{
border-color: #CDA95E;
}
.TagClassName
{
border-color: #CDA95E;
}
</style>