Shades of Apache #CDA452
Tints of Apache #CDA452
RGB
CMYK
RGB Variations
Color information
#CDA452 (or 0xCDA452) is known color: Apache. HEX triplet: CD, A4 and 52. RGB value is (205,164,82). Sum of RGB (Red+Green+Blue) = 205+164+82=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA452 is #325BAD. Grayscale: #A7A7A7. Windows color (decimal): -3300270 or 5416141. OLE color: 5416141.
HSL color Cylindrical-coordinate representation of color #CDA452: hue angle of 40º 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 #CDA452 is Cyan = 0, Magento = 0.2, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 82 | - |
| CMYK | 0 | 0.2 | 0.6 | 0.20 |
| HSL | 40º | 0.55% | 0.56% | - |
| HSV(B) | 40º | 0.6% | 0.8% | - |
| XYZ | 39.98 | 40.14 | 13.62 | - |
| YUV | 166.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 82 | 0 | 0.2 | 0.6 | 0.20 | 40 | 0.55 | 0.56 |
| Hex | CD | A4 | 52 | 0 | 14 | 3C | 14 | 28 | 37 | 38 |
| Octal | 315 | 244 | 122 | 0 | 24 | 74 | 24 | 50 | 67 | 70 |
| Binary | 11001101 | 10100100 | 1010010 | 0 | 10100 | 111100 | 10100 | 101000 | 110111 | 111000 |
Color Harmonies of #CDA452
Complementary color
Monochromatic Colors of #CDA452
Black with #CDA452
Text Example
Text Example
White with #CDA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA452; }
p { color: rgb(205,164,82); }
H1.HeaderClassName
{
color: #CDA452;
}
.AnyTagClassName
{
color: #CDA452;
}
</style>
background-color css
<style>
a { background-color: #CDA452; }
a { background-color: rgb(205,164,82); }
div.DivClassName
{
background-color: #CDA452;
}
.BgClassName
{
background-color: #CDA452;
}
</style>
border-color css
<style>
span { border-color: #CDA452; }
span { border-color: rgb(205,164,82); }
td.TdClassName
{
border-color: #CDA452;
}
.TagClassName
{
border-color: #CDA452;
}
</style>