Shades of Apache #CDA25C
Tints of Apache #CDA25C
RGB
CMYK
RGB Variations
Color information
#CDA25C (or 0xCDA25C) is known color: Apache. HEX triplet: CD, A2 and 5C. RGB value is (205,162,92). Sum of RGB (Red+Green+Blue) = 205+162+92=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25C is #325DA3. Grayscale: #A7A7A7. Windows color (decimal): -3300772 or 6070989. OLE color: 6070989.
HSL color Cylindrical-coordinate representation of color #CDA25C: hue angle of 37.17º 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 #CDA25C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 92 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.20 |
| HSL | 37.17º | 0.53% | 0.58% | - |
| HSV(B) | 37.17º | 0.55% | 0.8% | - |
| XYZ | 40.03 | 39.59 | 15.66 | - |
| YUV | 166.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 92 | 0 | 0.21 | 0.55 | 0.20 | 37.17 | 0.53 | 0.58 |
| Hex | CD | A2 | 5C | 0 | 15 | 37 | 14 | 25 | 35 | 3A |
| Octal | 315 | 242 | 134 | 0 | 25 | 67 | 24 | 45 | 65 | 72 |
| Binary | 11001101 | 10100010 | 1011100 | 0 | 10101 | 110111 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CDA25C
Complementary color
Monochromatic Colors of #CDA25C
Black with #CDA25C
Text Example
Text Example
White with #CDA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA25C; }
p { color: rgb(205,162,92); }
H1.HeaderClassName
{
color: #CDA25C;
}
.AnyTagClassName
{
color: #CDA25C;
}
</style>
background-color css
<style>
a { background-color: #CDA25C; }
a { background-color: rgb(205,162,92); }
div.DivClassName
{
background-color: #CDA25C;
}
.BgClassName
{
background-color: #CDA25C;
}
</style>
border-color css
<style>
span { border-color: #CDA25C; }
span { border-color: rgb(205,162,92); }
td.TdClassName
{
border-color: #CDA25C;
}
.TagClassName
{
border-color: #CDA25C;
}
</style>