Shades of Apache #CDA35E
Tints of Apache #CDA35E
RGB
CMYK
RGB Variations
Color information
#CDA35E (or 0xCDA35E) is known color: Apache. HEX triplet: CD, A3 and 5E. RGB value is (205,163,94). Sum of RGB (Red+Green+Blue) = 205+163+94=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA35E is #325CA1. Grayscale: #A8A8A8. Windows color (decimal): -3300514 or 6202317. OLE color: 6202317.
HSL color Cylindrical-coordinate representation of color #CDA35E: hue angle of 37.3º 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 #CDA35E is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 94 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.20 |
| HSL | 37.3º | 0.53% | 0.59% | - |
| HSV(B) | 37.3º | 0.54% | 0.8% | - |
| XYZ | 40.29 | 39.98 | 16.18 | - |
| YUV | 167.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 94 | 0 | 0.20 | 0.54 | 0.20 | 37.3 | 0.53 | 0.59 |
| Hex | CD | A3 | 5E | 0 | 14 | 36 | 14 | 25 | 35 | 3B |
| Octal | 315 | 243 | 136 | 0 | 24 | 66 | 24 | 45 | 65 | 73 |
| Binary | 11001101 | 10100011 | 1011110 | 0 | 10100 | 110110 | 10100 | 100101 | 110101 | 111011 |
Color Harmonies of #CDA35E
Complementary color
Monochromatic Colors of #CDA35E
Black with #CDA35E
Text Example
Text Example
White with #CDA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA35E; }
p { color: rgb(205,163,94); }
H1.HeaderClassName
{
color: #CDA35E;
}
.AnyTagClassName
{
color: #CDA35E;
}
</style>
background-color css
<style>
a { background-color: #CDA35E; }
a { background-color: rgb(205,163,94); }
div.DivClassName
{
background-color: #CDA35E;
}
.BgClassName
{
background-color: #CDA35E;
}
</style>
border-color css
<style>
span { border-color: #CDA35E; }
span { border-color: rgb(205,163,94); }
td.TdClassName
{
border-color: #CDA35E;
}
.TagClassName
{
border-color: #CDA35E;
}
</style>