Shades of Apache #CDA864
Tints of Apache #CDA864
RGB
CMYK
RGB Variations
Color information
#CDA864 (or 0xCDA864) is known color: Apache. HEX triplet: CD, A8 and 64. RGB value is (205,168,100). Sum of RGB (Red+Green+Blue) = 205+168+100=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA864 is #32579B. Grayscale: #ABABAB. Windows color (decimal): -3299228 or 6596813. OLE color: 6596813.
HSL color Cylindrical-coordinate representation of color #CDA864: hue angle of 38.86º 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 #CDA864 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 100 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 38.86º | 0.51% | 0.6% | - |
| HSV(B) | 38.86º | 0.51% | 0.8% | - |
| XYZ | 41.48 | 41.9 | 17.96 | - |
| YUV | 171.31 | 87.76 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 100 | 0 | 0.18 | 0.51 | 0.20 | 38.86 | 0.51 | 0.6 |
| Hex | CD | A8 | 64 | 0 | 12 | 33 | 14 | 27 | 33 | 3C |
| Octal | 315 | 250 | 144 | 0 | 22 | 63 | 24 | 47 | 63 | 74 |
| Binary | 11001101 | 10101000 | 1100100 | 0 | 10010 | 110011 | 10100 | 100111 | 110011 | 111100 |
Color Harmonies of #CDA864
Complementary color
Monochromatic Colors of #CDA864
Black with #CDA864
Text Example
Text Example
White with #CDA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA864; }
p { color: rgb(205,168,100); }
H1.HeaderClassName
{
color: #CDA864;
}
.AnyTagClassName
{
color: #CDA864;
}
</style>
background-color css
<style>
a { background-color: #CDA864; }
a { background-color: rgb(205,168,100); }
div.DivClassName
{
background-color: #CDA864;
}
.BgClassName
{
background-color: #CDA864;
}
</style>
border-color css
<style>
span { border-color: #CDA864; }
span { border-color: rgb(205,168,100); }
td.TdClassName
{
border-color: #CDA864;
}
.TagClassName
{
border-color: #CDA864;
}
</style>