Shades of Apache #CDA464
Tints of Apache #CDA464
RGB
CMYK
RGB Variations
Color information
#CDA464 (or 0xCDA464) is known color: Apache. HEX triplet: CD, A4 and 64. RGB value is (205,164,100). Sum of RGB (Red+Green+Blue) = 205+164+100=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA464 is #325B9B. Grayscale: #A9A9A9. Windows color (decimal): -3300252 or 6595789. OLE color: 6595789.
HSL color Cylindrical-coordinate representation of color #CDA464: hue angle of 36.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDA464 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 100 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.20 |
| HSL | 36.57º | 0.51% | 0.6% | - |
| HSV(B) | 36.57º | 0.51% | 0.8% | - |
| XYZ | 40.75 | 40.45 | 17.72 | - |
| YUV | 168.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 100 | 0 | 0.2 | 0.51 | 0.20 | 36.57 | 0.51 | 0.6 |
| Hex | CD | A4 | 64 | 0 | 14 | 33 | 14 | 25 | 33 | 3C |
| Octal | 315 | 244 | 144 | 0 | 24 | 63 | 24 | 45 | 63 | 74 |
| Binary | 11001101 | 10100100 | 1100100 | 0 | 10100 | 110011 | 10100 | 100101 | 110011 | 111100 |
Color Harmonies of #CDA464
Complementary color
Monochromatic Colors of #CDA464
Black with #CDA464
Text Example
Text Example
White with #CDA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA464; }
p { color: rgb(205,164,100); }
H1.HeaderClassName
{
color: #CDA464;
}
.AnyTagClassName
{
color: #CDA464;
}
</style>
background-color css
<style>
a { background-color: #CDA464; }
a { background-color: rgb(205,164,100); }
div.DivClassName
{
background-color: #CDA464;
}
.BgClassName
{
background-color: #CDA464;
}
</style>
border-color css
<style>
span { border-color: #CDA464; }
span { border-color: rgb(205,164,100); }
td.TdClassName
{
border-color: #CDA464;
}
.TagClassName
{
border-color: #CDA464;
}
</style>