Shades of Apache #CDA766
Tints of Apache #CDA766
RGB
CMYK
RGB Variations
Color information
#CDA766 (or 0xCDA766) is known color: Apache. HEX triplet: CD, A7 and 66. RGB value is (205,167,102). Sum of RGB (Red+Green+Blue) = 205+167+102=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA766 is #325899. Grayscale: #ABABAB. Windows color (decimal): -3299482 or 6727629. OLE color: 6727629.
HSL color Cylindrical-coordinate representation of color #CDA766: hue angle of 37.86º 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 #CDA766 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 102 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.20 |
| HSL | 37.86º | 0.51% | 0.6% | - |
| HSV(B) | 37.86º | 0.5% | 0.8% | - |
| XYZ | 41.39 | 41.58 | 18.41 | - |
| YUV | 170.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 102 | 0 | 0.19 | 0.50 | 0.20 | 37.86 | 0.51 | 0.6 |
| Hex | CD | A7 | 66 | 0 | 13 | 32 | 14 | 26 | 33 | 3C |
| Octal | 315 | 247 | 146 | 0 | 23 | 62 | 24 | 46 | 63 | 74 |
| Binary | 11001101 | 10100111 | 1100110 | 0 | 10011 | 110010 | 10100 | 100110 | 110011 | 111100 |
Color Harmonies of #CDA766
Complementary color
Monochromatic Colors of #CDA766
Black with #CDA766
Text Example
Text Example
White with #CDA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA766; }
p { color: rgb(205,167,102); }
H1.HeaderClassName
{
color: #CDA766;
}
.AnyTagClassName
{
color: #CDA766;
}
</style>
background-color css
<style>
a { background-color: #CDA766; }
a { background-color: rgb(205,167,102); }
div.DivClassName
{
background-color: #CDA766;
}
.BgClassName
{
background-color: #CDA766;
}
</style>
border-color css
<style>
span { border-color: #CDA766; }
span { border-color: rgb(205,167,102); }
td.TdClassName
{
border-color: #CDA766;
}
.TagClassName
{
border-color: #CDA766;
}
</style>