Shades of Apache #CDA05A
Tints of Apache #CDA05A
RGB
CMYK
RGB Variations
Color information
#CDA05A (or 0xCDA05A) is known color: Apache. HEX triplet: CD, A0 and 5A. RGB value is (205,160,90). Sum of RGB (Red+Green+Blue) = 205+160+90=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05A is #325FA5. Grayscale: #A5A5A5. Windows color (decimal): -3301286 or 5939405. OLE color: 5939405.
HSL color Cylindrical-coordinate representation of color #CDA05A: hue angle of 36.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDA05A is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 90 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.20 |
| HSL | 36.52º | 0.53% | 0.58% | - |
| HSV(B) | 36.52º | 0.56% | 0.8% | - |
| XYZ | 39.59 | 38.86 | 15.09 | - |
| YUV | 165.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 90 | 0 | 0.22 | 0.56 | 0.20 | 36.52 | 0.53 | 0.58 |
| Hex | CD | A0 | 5A | 0 | 16 | 38 | 14 | 25 | 35 | 3A |
| Octal | 315 | 240 | 132 | 0 | 26 | 70 | 24 | 45 | 65 | 72 |
| Binary | 11001101 | 10100000 | 1011010 | 0 | 10110 | 111000 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CDA05A
Complementary color
Monochromatic Colors of #CDA05A
Black with #CDA05A
Text Example
Text Example
White with #CDA05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA05A; }
p { color: rgb(205,160,90); }
H1.HeaderClassName
{
color: #CDA05A;
}
.AnyTagClassName
{
color: #CDA05A;
}
</style>
background-color css
<style>
a { background-color: #CDA05A; }
a { background-color: rgb(205,160,90); }
div.DivClassName
{
background-color: #CDA05A;
}
.BgClassName
{
background-color: #CDA05A;
}
</style>
border-color css
<style>
span { border-color: #CDA05A; }
span { border-color: rgb(205,160,90); }
td.TdClassName
{
border-color: #CDA05A;
}
.TagClassName
{
border-color: #CDA05A;
}
</style>