Shades of Apache #CDA050
Tints of Apache #CDA050
RGB
CMYK
RGB Variations
Color information
#CDA050 (or 0xCDA050) is known color: Apache. HEX triplet: CD, A0 and 50. RGB value is (205,160,80). Sum of RGB (Red+Green+Blue) = 205+160+80=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA050 is #325FAF. Grayscale: #A4A4A4. Windows color (decimal): -3301296 or 5284045. OLE color: 5284045.
HSL color Cylindrical-coordinate representation of color #CDA050: hue angle of 38.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDA050 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 80 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.20 |
| HSL | 38.4º | 0.56% | 0.56% | - |
| HSV(B) | 38.4º | 0.61% | 0.8% | - |
| XYZ | 39.2 | 38.7 | 12.99 | - |
| YUV | 164.34 | 80.41 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 80 | 0 | 0.22 | 0.61 | 0.20 | 38.4 | 0.56 | 0.56 |
| Hex | CD | A0 | 50 | 0 | 16 | 3D | 14 | 26 | 38 | 38 |
| Octal | 315 | 240 | 120 | 0 | 26 | 75 | 24 | 46 | 70 | 70 |
| Binary | 11001101 | 10100000 | 1010000 | 0 | 10110 | 111101 | 10100 | 100110 | 111000 | 111000 |
Color Harmonies of #CDA050
Complementary color
Monochromatic Colors of #CDA050
Black with #CDA050
Text Example
Text Example
White with #CDA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA050; }
p { color: rgb(205,160,80); }
H1.HeaderClassName
{
color: #CDA050;
}
.AnyTagClassName
{
color: #CDA050;
}
</style>
background-color css
<style>
a { background-color: #CDA050; }
a { background-color: rgb(205,160,80); }
div.DivClassName
{
background-color: #CDA050;
}
.BgClassName
{
background-color: #CDA050;
}
</style>
border-color css
<style>
span { border-color: #CDA050; }
span { border-color: rgb(205,160,80); }
td.TdClassName
{
border-color: #CDA050;
}
.TagClassName
{
border-color: #CDA050;
}
</style>