Shades of Apache #CDA053
Tints of Apache #CDA053
RGB
CMYK
RGB Variations
Color information
#CDA053 (or 0xCDA053) is known color: Apache. HEX triplet: CD, A0 and 53. RGB value is (205,160,83). Sum of RGB (Red+Green+Blue) = 205+160+83=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA053 is #325FAC. Grayscale: #A5A5A5. Windows color (decimal): -3301293 or 5480653. OLE color: 5480653.
HSL color Cylindrical-coordinate representation of color #CDA053: hue angle of 37.87º 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 #CDA053 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 83 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.20 |
| HSL | 37.87º | 0.55% | 0.56% | - |
| HSV(B) | 37.87º | 0.6% | 0.8% | - |
| XYZ | 39.31 | 38.75 | 13.59 | - |
| YUV | 164.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 83 | 0 | 0.22 | 0.60 | 0.20 | 37.87 | 0.55 | 0.56 |
| Hex | CD | A0 | 53 | 0 | 16 | 3C | 14 | 26 | 37 | 38 |
| Octal | 315 | 240 | 123 | 0 | 26 | 74 | 24 | 46 | 67 | 70 |
| Binary | 11001101 | 10100000 | 1010011 | 0 | 10110 | 111100 | 10100 | 100110 | 110111 | 111000 |
Color Harmonies of #CDA053
Complementary color
Monochromatic Colors of #CDA053
Black with #CDA053
Text Example
Text Example
White with #CDA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA053; }
p { color: rgb(205,160,83); }
H1.HeaderClassName
{
color: #CDA053;
}
.AnyTagClassName
{
color: #CDA053;
}
</style>
background-color css
<style>
a { background-color: #CDA053; }
a { background-color: rgb(205,160,83); }
div.DivClassName
{
background-color: #CDA053;
}
.BgClassName
{
background-color: #CDA053;
}
</style>
border-color css
<style>
span { border-color: #CDA053; }
span { border-color: rgb(205,160,83); }
td.TdClassName
{
border-color: #CDA053;
}
.TagClassName
{
border-color: #CDA053;
}
</style>