Shades of Apache #CDAA53
Tints of Apache #CDAA53
RGB
CMYK
RGB Variations
Color information
#CDAA53 (or 0xCDAA53) is known color: Apache. HEX triplet: CD, AA and 53. RGB value is (205,170,83). Sum of RGB (Red+Green+Blue) = 205+170+83=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA53 is #3255AC. Grayscale: #AAAAAA. Windows color (decimal): -3298733 or 5483213. OLE color: 5483213.
HSL color Cylindrical-coordinate representation of color #CDAA53: hue angle of 42.79º 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 #CDAA53 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 83 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.20 |
| HSL | 42.79º | 0.55% | 0.56% | - |
| HSV(B) | 42.79º | 0.6% | 0.8% | - |
| XYZ | 41.11 | 42.35 | 14.19 | - |
| YUV | 170.55 | 78.6 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 83 | 0 | 0.17 | 0.60 | 0.20 | 42.79 | 0.55 | 0.56 |
| Hex | CD | AA | 53 | 0 | 11 | 3C | 14 | 2B | 37 | 38 |
| Octal | 315 | 252 | 123 | 0 | 21 | 74 | 24 | 53 | 67 | 70 |
| Binary | 11001101 | 10101010 | 1010011 | 0 | 10001 | 111100 | 10100 | 101011 | 110111 | 111000 |
Color Harmonies of #CDAA53
Complementary color
Monochromatic Colors of #CDAA53
Black with #CDAA53
Text Example
Text Example
White with #CDAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA53; }
p { color: rgb(205,170,83); }
H1.HeaderClassName
{
color: #CDAA53;
}
.AnyTagClassName
{
color: #CDAA53;
}
</style>
background-color css
<style>
a { background-color: #CDAA53; }
a { background-color: rgb(205,170,83); }
div.DivClassName
{
background-color: #CDAA53;
}
.BgClassName
{
background-color: #CDAA53;
}
</style>
border-color css
<style>
span { border-color: #CDAA53; }
span { border-color: rgb(205,170,83); }
td.TdClassName
{
border-color: #CDAA53;
}
.TagClassName
{
border-color: #CDAA53;
}
</style>