Shades of Apache #CDA266
Tints of Apache #CDA266
RGB
CMYK
RGB Variations
Color information
#CDA266 (or 0xCDA266) is known color: Apache. HEX triplet: CD, A2 and 66. RGB value is (205,162,102). Sum of RGB (Red+Green+Blue) = 205+162+102=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA266 is #325D99. Grayscale: #A8A8A8. Windows color (decimal): -3300762 or 6726349. OLE color: 6726349.
HSL color Cylindrical-coordinate representation of color #CDA266: hue angle of 34.95º 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 #CDA266 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 102 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.20 |
| HSL | 34.95º | 0.51% | 0.6% | - |
| HSV(B) | 34.95º | 0.5% | 0.8% | - |
| XYZ | 40.5 | 39.78 | 18.11 | - |
| YUV | 168.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 102 | 0 | 0.21 | 0.50 | 0.20 | 34.95 | 0.51 | 0.6 |
| Hex | CD | A2 | 66 | 0 | 15 | 32 | 14 | 23 | 33 | 3C |
| Octal | 315 | 242 | 146 | 0 | 25 | 62 | 24 | 43 | 63 | 74 |
| Binary | 11001101 | 10100010 | 1100110 | 0 | 10101 | 110010 | 10100 | 100011 | 110011 | 111100 |
Color Harmonies of #CDA266
Complementary color
Monochromatic Colors of #CDA266
Black with #CDA266
Text Example
Text Example
White with #CDA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA266; }
p { color: rgb(205,162,102); }
H1.HeaderClassName
{
color: #CDA266;
}
.AnyTagClassName
{
color: #CDA266;
}
</style>
background-color css
<style>
a { background-color: #CDA266; }
a { background-color: rgb(205,162,102); }
div.DivClassName
{
background-color: #CDA266;
}
.BgClassName
{
background-color: #CDA266;
}
</style>
border-color css
<style>
span { border-color: #CDA266; }
span { border-color: rgb(205,162,102); }
td.TdClassName
{
border-color: #CDA266;
}
.TagClassName
{
border-color: #CDA266;
}
</style>