Shades of Apache #CDA05C
Tints of Apache #CDA05C
RGB
CMYK
RGB Variations
Color information
#CDA05C (or 0xCDA05C) is known color: Apache. HEX triplet: CD, A0 and 5C. RGB value is (205,160,92). Sum of RGB (Red+Green+Blue) = 205+160+92=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05C is #325FA3. Grayscale: #A6A6A6. Windows color (decimal): -3301284 or 6070477. OLE color: 6070477.
HSL color Cylindrical-coordinate representation of color #CDA05C: hue angle of 36.11º 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 #CDA05C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 92 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.20 |
| HSL | 36.11º | 0.53% | 0.58% | - |
| HSV(B) | 36.11º | 0.55% | 0.8% | - |
| XYZ | 39.68 | 38.89 | 15.54 | - |
| YUV | 165.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 92 | 0 | 0.22 | 0.55 | 0.20 | 36.11 | 0.53 | 0.58 |
| Hex | CD | A0 | 5C | 0 | 16 | 37 | 14 | 24 | 35 | 3A |
| Octal | 315 | 240 | 134 | 0 | 26 | 67 | 24 | 44 | 65 | 72 |
| Binary | 11001101 | 10100000 | 1011100 | 0 | 10110 | 110111 | 10100 | 100100 | 110101 | 111010 |
Color Harmonies of #CDA05C
Complementary color
Monochromatic Colors of #CDA05C
Black with #CDA05C
Text Example
Text Example
White with #CDA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA05C; }
p { color: rgb(205,160,92); }
H1.HeaderClassName
{
color: #CDA05C;
}
.AnyTagClassName
{
color: #CDA05C;
}
</style>
background-color css
<style>
a { background-color: #CDA05C; }
a { background-color: rgb(205,160,92); }
div.DivClassName
{
background-color: #CDA05C;
}
.BgClassName
{
background-color: #CDA05C;
}
</style>
border-color css
<style>
span { border-color: #CDA05C; }
span { border-color: rgb(205,160,92); }
td.TdClassName
{
border-color: #CDA05C;
}
.TagClassName
{
border-color: #CDA05C;
}
</style>