Shades of Apache #CDA25E
Tints of Apache #CDA25E
RGB
CMYK
RGB Variations
Color information
#CDA25E (or 0xCDA25E) is known color: Apache. HEX triplet: CD, A2 and 5E. RGB value is (205,162,94). Sum of RGB (Red+Green+Blue) = 205+162+94=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25E is #325DA1. Grayscale: #A7A7A7. Windows color (decimal): -3300770 or 6202061. OLE color: 6202061.
HSL color Cylindrical-coordinate representation of color #CDA25E: hue angle of 36.76º 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 #CDA25E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 94 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.20 |
| HSL | 36.76º | 0.53% | 0.59% | - |
| HSV(B) | 36.76º | 0.54% | 0.8% | - |
| XYZ | 40.12 | 39.63 | 16.12 | - |
| YUV | 167.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 94 | 0 | 0.21 | 0.54 | 0.20 | 36.76 | 0.53 | 0.59 |
| Hex | CD | A2 | 5E | 0 | 15 | 36 | 14 | 25 | 35 | 3B |
| Octal | 315 | 242 | 136 | 0 | 25 | 66 | 24 | 45 | 65 | 73 |
| Binary | 11001101 | 10100010 | 1011110 | 0 | 10101 | 110110 | 10100 | 100101 | 110101 | 111011 |
Color Harmonies of #CDA25E
Complementary color
Monochromatic Colors of #CDA25E
Black with #CDA25E
Text Example
Text Example
White with #CDA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA25E; }
p { color: rgb(205,162,94); }
H1.HeaderClassName
{
color: #CDA25E;
}
.AnyTagClassName
{
color: #CDA25E;
}
</style>
background-color css
<style>
a { background-color: #CDA25E; }
a { background-color: rgb(205,162,94); }
div.DivClassName
{
background-color: #CDA25E;
}
.BgClassName
{
background-color: #CDA25E;
}
</style>
border-color css
<style>
span { border-color: #CDA25E; }
span { border-color: rgb(205,162,94); }
td.TdClassName
{
border-color: #CDA25E;
}
.TagClassName
{
border-color: #CDA25E;
}
</style>