Shades of Apache #CDA666
Tints of Apache #CDA666
RGB
CMYK
RGB Variations
Color information
#CDA666 (or 0xCDA666) is known color: Apache. HEX triplet: CD, A6 and 66. RGB value is (205,166,102). Sum of RGB (Red+Green+Blue) = 205+166+102=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA666 is #325999. Grayscale: #AAAAAA. Windows color (decimal): -3299738 or 6727373. OLE color: 6727373.
HSL color Cylindrical-coordinate representation of color #CDA666: hue angle of 37.28º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA666 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 102 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.20 |
| HSL | 37.28º | 0.51% | 0.6% | - |
| HSV(B) | 37.28º | 0.5% | 0.8% | - |
| XYZ | 41.21 | 41.21 | 18.35 | - |
| YUV | 170.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 102 | 0 | 0.19 | 0.50 | 0.20 | 37.28 | 0.51 | 0.6 |
| Hex | CD | A6 | 66 | 0 | 13 | 32 | 14 | 25 | 33 | 3C |
| Octal | 315 | 246 | 146 | 0 | 23 | 62 | 24 | 45 | 63 | 74 |
| Binary | 11001101 | 10100110 | 1100110 | 0 | 10011 | 110010 | 10100 | 100101 | 110011 | 111100 |
Color Harmonies of #CDA666
Complementary color
Monochromatic Colors of #CDA666
Black with #CDA666
Text Example
Text Example
White with #CDA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA666; }
p { color: rgb(205,166,102); }
H1.HeaderClassName
{
color: #CDA666;
}
.AnyTagClassName
{
color: #CDA666;
}
</style>
background-color css
<style>
a { background-color: #CDA666; }
a { background-color: rgb(205,166,102); }
div.DivClassName
{
background-color: #CDA666;
}
.BgClassName
{
background-color: #CDA666;
}
</style>
border-color css
<style>
span { border-color: #CDA666; }
span { border-color: rgb(205,166,102); }
td.TdClassName
{
border-color: #CDA666;
}
.TagClassName
{
border-color: #CDA666;
}
</style>