Shades of Apache #CDA051
Tints of Apache #CDA051
RGB
CMYK
RGB Variations
Color information
#CDA051 (or 0xCDA051) is known color: Apache. HEX triplet: CD, A0 and 51. RGB value is (205,160,81). Sum of RGB (Red+Green+Blue) = 205+160+81=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA051 is #325FAE. Grayscale: #A4A4A4. Windows color (decimal): -3301295 or 5349581. OLE color: 5349581.
HSL color Cylindrical-coordinate representation of color #CDA051: hue angle of 38.23º 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 #CDA051 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 81 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.20 |
| HSL | 38.23º | 0.55% | 0.56% | - |
| HSV(B) | 38.23º | 0.6% | 0.8% | - |
| XYZ | 39.23 | 38.71 | 13.19 | - |
| YUV | 164.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 81 | 0 | 0.22 | 0.60 | 0.20 | 38.23 | 0.55 | 0.56 |
| Hex | CD | A0 | 51 | 0 | 16 | 3C | 14 | 26 | 37 | 38 |
| Octal | 315 | 240 | 121 | 0 | 26 | 74 | 24 | 46 | 67 | 70 |
| Binary | 11001101 | 10100000 | 1010001 | 0 | 10110 | 111100 | 10100 | 100110 | 110111 | 111000 |
Color Harmonies of #CDA051
Complementary color
Monochromatic Colors of #CDA051
Black with #CDA051
Text Example
Text Example
White with #CDA051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA051; }
p { color: rgb(205,160,81); }
H1.HeaderClassName
{
color: #CDA051;
}
.AnyTagClassName
{
color: #CDA051;
}
</style>
background-color css
<style>
a { background-color: #CDA051; }
a { background-color: rgb(205,160,81); }
div.DivClassName
{
background-color: #CDA051;
}
.BgClassName
{
background-color: #CDA051;
}
</style>
border-color css
<style>
span { border-color: #CDA051; }
span { border-color: rgb(205,160,81); }
td.TdClassName
{
border-color: #CDA051;
}
.TagClassName
{
border-color: #CDA051;
}
</style>