Shades of Apache #CDA865
Tints of Apache #CDA865
RGB
CMYK
RGB Variations
Color information
#CDA865 (or 0xCDA865) is known color: Apache. HEX triplet: CD, A8 and 65. RGB value is (205,168,101). Sum of RGB (Red+Green+Blue) = 205+168+101=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA865 is #32579A. Grayscale: #ABABAB. Windows color (decimal): -3299227 or 6662349. OLE color: 6662349.
HSL color Cylindrical-coordinate representation of color #CDA865: hue angle of 38.65º 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 #CDA865 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 101 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 38.65º | 0.51% | 0.6% | - |
| HSV(B) | 38.65º | 0.51% | 0.8% | - |
| XYZ | 41.53 | 41.92 | 18.22 | - |
| YUV | 171.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 101 | 0 | 0.18 | 0.51 | 0.20 | 38.65 | 0.51 | 0.6 |
| Hex | CD | A8 | 65 | 0 | 12 | 33 | 14 | 27 | 33 | 3C |
| Octal | 315 | 250 | 145 | 0 | 22 | 63 | 24 | 47 | 63 | 74 |
| Binary | 11001101 | 10101000 | 1100101 | 0 | 10010 | 110011 | 10100 | 100111 | 110011 | 111100 |
Color Harmonies of #CDA865
Complementary color
Monochromatic Colors of #CDA865
Black with #CDA865
Text Example
Text Example
White with #CDA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA865; }
p { color: rgb(205,168,101); }
H1.HeaderClassName
{
color: #CDA865;
}
.AnyTagClassName
{
color: #CDA865;
}
</style>
background-color css
<style>
a { background-color: #CDA865; }
a { background-color: rgb(205,168,101); }
div.DivClassName
{
background-color: #CDA865;
}
.BgClassName
{
background-color: #CDA865;
}
</style>
border-color css
<style>
span { border-color: #CDA865; }
span { border-color: rgb(205,168,101); }
td.TdClassName
{
border-color: #CDA865;
}
.TagClassName
{
border-color: #CDA865;
}
</style>