Shades of Apache #CDA664
Tints of Apache #CDA664
RGB
CMYK
RGB Variations
Color information
#CDA664 (or 0xCDA664) is known color: Apache. HEX triplet: CD, A6 and 64. RGB value is (205,166,100). Sum of RGB (Red+Green+Blue) = 205+166+100=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA664 is #32599B. Grayscale: #AAAAAA. Windows color (decimal): -3299740 or 6596301. OLE color: 6596301.
HSL color Cylindrical-coordinate representation of color #CDA664: hue angle of 37.71º 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 #CDA664 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 100 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.20 |
| HSL | 37.71º | 0.51% | 0.6% | - |
| HSV(B) | 37.71º | 0.51% | 0.8% | - |
| XYZ | 41.11 | 41.17 | 17.84 | - |
| YUV | 170.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 100 | 0 | 0.19 | 0.51 | 0.20 | 37.71 | 0.51 | 0.6 |
| Hex | CD | A6 | 64 | 0 | 13 | 33 | 14 | 26 | 33 | 3C |
| Octal | 315 | 246 | 144 | 0 | 23 | 63 | 24 | 46 | 63 | 74 |
| Binary | 11001101 | 10100110 | 1100100 | 0 | 10011 | 110011 | 10100 | 100110 | 110011 | 111100 |
Color Harmonies of #CDA664
Complementary color
Monochromatic Colors of #CDA664
Black with #CDA664
Text Example
Text Example
White with #CDA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA664; }
p { color: rgb(205,166,100); }
H1.HeaderClassName
{
color: #CDA664;
}
.AnyTagClassName
{
color: #CDA664;
}
</style>
background-color css
<style>
a { background-color: #CDA664; }
a { background-color: rgb(205,166,100); }
div.DivClassName
{
background-color: #CDA664;
}
.BgClassName
{
background-color: #CDA664;
}
</style>
border-color css
<style>
span { border-color: #CDA664; }
span { border-color: rgb(205,166,100); }
td.TdClassName
{
border-color: #CDA664;
}
.TagClassName
{
border-color: #CDA664;
}
</style>