Shades of Apache #CDA852
Tints of Apache #CDA852
RGB
CMYK
RGB Variations
Color information
#CDA852 (or 0xCDA852) is known color: Apache. HEX triplet: CD, A8 and 52. RGB value is (205,168,82). Sum of RGB (Red+Green+Blue) = 205+168+82=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA852 is #3257AD. Grayscale: #A9A9A9. Windows color (decimal): -3299246 or 5417165. OLE color: 5417165.
HSL color Cylindrical-coordinate representation of color #CDA852: hue angle of 41.95º 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 #CDA852 is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 82 | - |
| CMYK | 0 | 0.18 | 0.6 | 0.20 |
| HSL | 41.95º | 0.55% | 0.56% | - |
| HSV(B) | 41.95º | 0.6% | 0.8% | - |
| XYZ | 40.7 | 41.59 | 13.87 | - |
| YUV | 169.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 82 | 0 | 0.18 | 0.6 | 0.20 | 41.95 | 0.55 | 0.56 |
| Hex | CD | A8 | 52 | 0 | 12 | 3C | 14 | 2A | 37 | 38 |
| Octal | 315 | 250 | 122 | 0 | 22 | 74 | 24 | 52 | 67 | 70 |
| Binary | 11001101 | 10101000 | 1010010 | 0 | 10010 | 111100 | 10100 | 101010 | 110111 | 111000 |
Color Harmonies of #CDA852
Complementary color
Monochromatic Colors of #CDA852
Black with #CDA852
Text Example
Text Example
White with #CDA852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA852; }
p { color: rgb(205,168,82); }
H1.HeaderClassName
{
color: #CDA852;
}
.AnyTagClassName
{
color: #CDA852;
}
</style>
background-color css
<style>
a { background-color: #CDA852; }
a { background-color: rgb(205,168,82); }
div.DivClassName
{
background-color: #CDA852;
}
.BgClassName
{
background-color: #CDA852;
}
</style>
border-color css
<style>
span { border-color: #CDA852; }
span { border-color: rgb(205,168,82); }
td.TdClassName
{
border-color: #CDA852;
}
.TagClassName
{
border-color: #CDA852;
}
</style>