Shades of Apache #CDA052
Tints of Apache #CDA052
RGB
CMYK
RGB Variations
Color information
#CDA052 (or 0xCDA052) is known color: Apache. HEX triplet: CD, A0 and 52. RGB value is (205,160,82). Sum of RGB (Red+Green+Blue) = 205+160+82=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA052 is #325FAD. Grayscale: #A4A4A4. Windows color (decimal): -3301294 or 5415117. OLE color: 5415117.
HSL color Cylindrical-coordinate representation of color #CDA052: hue angle of 38.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDA052 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 82 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.20 |
| HSL | 38.05º | 0.55% | 0.56% | - |
| HSV(B) | 38.05º | 0.6% | 0.8% | - |
| XYZ | 39.27 | 38.73 | 13.39 | - |
| YUV | 164.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 82 | 0 | 0.22 | 0.6 | 0.20 | 38.05 | 0.55 | 0.56 |
| Hex | CD | A0 | 52 | 0 | 16 | 3C | 14 | 26 | 37 | 38 |
| Octal | 315 | 240 | 122 | 0 | 26 | 74 | 24 | 46 | 67 | 70 |
| Binary | 11001101 | 10100000 | 1010010 | 0 | 10110 | 111100 | 10100 | 100110 | 110111 | 111000 |
Color Harmonies of #CDA052
Complementary color
Monochromatic Colors of #CDA052
Black with #CDA052
Text Example
Text Example
White with #CDA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA052; }
p { color: rgb(205,160,82); }
H1.HeaderClassName
{
color: #CDA052;
}
.AnyTagClassName
{
color: #CDA052;
}
</style>
background-color css
<style>
a { background-color: #CDA052; }
a { background-color: rgb(205,160,82); }
div.DivClassName
{
background-color: #CDA052;
}
.BgClassName
{
background-color: #CDA052;
}
</style>
border-color css
<style>
span { border-color: #CDA052; }
span { border-color: rgb(205,160,82); }
td.TdClassName
{
border-color: #CDA052;
}
.TagClassName
{
border-color: #CDA052;
}
</style>