Shades of Apache #CDA95D
Tints of Apache #CDA95D
RGB
CMYK
RGB Variations
Color information
#CDA95D (or 0xCDA95D) is known color: Apache. HEX triplet: CD, A9 and 5D. RGB value is (205,169,93). Sum of RGB (Red+Green+Blue) = 205+169+93=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA95D is #3256A2. Grayscale: #ABABAB. Windows color (decimal): -3298979 or 6138317. OLE color: 6138317.
HSL color Cylindrical-coordinate representation of color #CDA95D: hue angle of 40.71º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDA95D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 93 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.20 |
| HSL | 40.71º | 0.53% | 0.58% | - |
| HSV(B) | 40.71º | 0.55% | 0.8% | - |
| XYZ | 41.34 | 42.15 | 16.31 | - |
| YUV | 171.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 93 | 0 | 0.18 | 0.55 | 0.20 | 40.71 | 0.53 | 0.58 |
| Hex | CD | A9 | 5D | 0 | 12 | 37 | 14 | 29 | 35 | 3A |
| Octal | 315 | 251 | 135 | 0 | 22 | 67 | 24 | 51 | 65 | 72 |
| Binary | 11001101 | 10101001 | 1011101 | 0 | 10010 | 110111 | 10100 | 101001 | 110101 | 111010 |
Color Harmonies of #CDA95D
Complementary color
Monochromatic Colors of #CDA95D
Black with #CDA95D
Text Example
Text Example
White with #CDA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA95D; }
p { color: rgb(205,169,93); }
H1.HeaderClassName
{
color: #CDA95D;
}
.AnyTagClassName
{
color: #CDA95D;
}
</style>
background-color css
<style>
a { background-color: #CDA95D; }
a { background-color: rgb(205,169,93); }
div.DivClassName
{
background-color: #CDA95D;
}
.BgClassName
{
background-color: #CDA95D;
}
</style>
border-color css
<style>
span { border-color: #CDA95D; }
span { border-color: rgb(205,169,93); }
td.TdClassName
{
border-color: #CDA95D;
}
.TagClassName
{
border-color: #CDA95D;
}
</style>