Shades of Apache #CDA65E
Tints of Apache #CDA65E
RGB
CMYK
RGB Variations
Color information
#CDA65E (or 0xCDA65E) is known color: Apache. HEX triplet: CD, A6 and 5E. RGB value is (205,166,94). Sum of RGB (Red+Green+Blue) = 205+166+94=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA65E is #3259A1. Grayscale: #A9A9A9. Windows color (decimal): -3299746 or 6203085. OLE color: 6203085.
HSL color Cylindrical-coordinate representation of color #CDA65E: hue angle of 38.92º 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 #CDA65E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 94 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.20 |
| HSL | 38.92º | 0.53% | 0.59% | - |
| HSV(B) | 38.92º | 0.54% | 0.8% | - |
| XYZ | 40.83 | 41.06 | 16.36 | - |
| YUV | 169.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 94 | 0 | 0.19 | 0.54 | 0.20 | 38.92 | 0.53 | 0.59 |
| Hex | CD | A6 | 5E | 0 | 13 | 36 | 14 | 27 | 35 | 3B |
| Octal | 315 | 246 | 136 | 0 | 23 | 66 | 24 | 47 | 65 | 73 |
| Binary | 11001101 | 10100110 | 1011110 | 0 | 10011 | 110110 | 10100 | 100111 | 110101 | 111011 |
Color Harmonies of #CDA65E
Complementary color
Monochromatic Colors of #CDA65E
Black with #CDA65E
Text Example
Text Example
White with #CDA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA65E; }
p { color: rgb(205,166,94); }
H1.HeaderClassName
{
color: #CDA65E;
}
.AnyTagClassName
{
color: #CDA65E;
}
</style>
background-color css
<style>
a { background-color: #CDA65E; }
a { background-color: rgb(205,166,94); }
div.DivClassName
{
background-color: #CDA65E;
}
.BgClassName
{
background-color: #CDA65E;
}
</style>
border-color css
<style>
span { border-color: #CDA65E; }
span { border-color: rgb(205,166,94); }
td.TdClassName
{
border-color: #CDA65E;
}
.TagClassName
{
border-color: #CDA65E;
}
</style>