Shades of Apache #CDA55E
Tints of Apache #CDA55E
RGB
CMYK
RGB Variations
Color information
#CDA55E (or 0xCDA55E) is known color: Apache. HEX triplet: CD, A5 and 5E. RGB value is (205,165,94). Sum of RGB (Red+Green+Blue) = 205+165+94=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55E is #325AA1. Grayscale: #A9A9A9. Windows color (decimal): -3300002 or 6202829. OLE color: 6202829.
HSL color Cylindrical-coordinate representation of color #CDA55E: hue angle of 38.38º 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 #CDA55E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 94 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.20 |
| HSL | 38.38º | 0.53% | 0.59% | - |
| HSV(B) | 38.38º | 0.54% | 0.8% | - |
| XYZ | 40.65 | 40.7 | 16.3 | - |
| YUV | 168.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 94 | 0 | 0.20 | 0.54 | 0.20 | 38.38 | 0.53 | 0.59 |
| Hex | CD | A5 | 5E | 0 | 14 | 36 | 14 | 26 | 35 | 3B |
| Octal | 315 | 245 | 136 | 0 | 24 | 66 | 24 | 46 | 65 | 73 |
| Binary | 11001101 | 10100101 | 1011110 | 0 | 10100 | 110110 | 10100 | 100110 | 110101 | 111011 |
Color Harmonies of #CDA55E
Complementary color
Monochromatic Colors of #CDA55E
Black with #CDA55E
Text Example
Text Example
White with #CDA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA55E; }
p { color: rgb(205,165,94); }
H1.HeaderClassName
{
color: #CDA55E;
}
.AnyTagClassName
{
color: #CDA55E;
}
</style>
background-color css
<style>
a { background-color: #CDA55E; }
a { background-color: rgb(205,165,94); }
div.DivClassName
{
background-color: #CDA55E;
}
.BgClassName
{
background-color: #CDA55E;
}
</style>
border-color css
<style>
span { border-color: #CDA55E; }
span { border-color: rgb(205,165,94); }
td.TdClassName
{
border-color: #CDA55E;
}
.TagClassName
{
border-color: #CDA55E;
}
</style>