Shades of Apache #CDA964
Tints of Apache #CDA964
RGB
CMYK
RGB Variations
Color information
#CDA964 (or 0xCDA964) is known color: Apache. HEX triplet: CD, A9 and 64. RGB value is (205,169,100). Sum of RGB (Red+Green+Blue) = 205+169+100=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA964 is #32569B. Grayscale: #ACACAC. Windows color (decimal): -3298972 or 6597069. OLE color: 6597069.
HSL color Cylindrical-coordinate representation of color #CDA964: hue angle of 39.43º 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 #CDA964 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 100 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 39.43º | 0.51% | 0.6% | - |
| HSV(B) | 39.43º | 0.51% | 0.8% | - |
| XYZ | 41.67 | 42.28 | 18.02 | - |
| YUV | 171.9 | 87.43 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 100 | 0 | 0.18 | 0.51 | 0.20 | 39.43 | 0.51 | 0.6 |
| Hex | CD | A9 | 64 | 0 | 12 | 33 | 14 | 27 | 33 | 3C |
| Octal | 315 | 251 | 144 | 0 | 22 | 63 | 24 | 47 | 63 | 74 |
| Binary | 11001101 | 10101001 | 1100100 | 0 | 10010 | 110011 | 10100 | 100111 | 110011 | 111100 |
Color Harmonies of #CDA964
Complementary color
Monochromatic Colors of #CDA964
Black with #CDA964
Text Example
Text Example
White with #CDA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA964; }
p { color: rgb(205,169,100); }
H1.HeaderClassName
{
color: #CDA964;
}
.AnyTagClassName
{
color: #CDA964;
}
</style>
background-color css
<style>
a { background-color: #CDA964; }
a { background-color: rgb(205,169,100); }
div.DivClassName
{
background-color: #CDA964;
}
.BgClassName
{
background-color: #CDA964;
}
</style>
border-color css
<style>
span { border-color: #CDA964; }
span { border-color: rgb(205,169,100); }
td.TdClassName
{
border-color: #CDA964;
}
.TagClassName
{
border-color: #CDA964;
}
</style>