Shades of Apache #CDA565
Tints of Apache #CDA565
RGB
CMYK
RGB Variations
Color information
#CDA565 (or 0xCDA565) is known color: Apache. HEX triplet: CD, A5 and 65. RGB value is (205,165,101). Sum of RGB (Red+Green+Blue) = 205+165+101=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA565 is #325A9A. Grayscale: #A9A9A9. Windows color (decimal): -3299995 or 6661581. OLE color: 6661581.
HSL color Cylindrical-coordinate representation of color #CDA565: hue angle of 36.92º 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 #CDA565 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 101 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.20 |
| HSL | 36.92º | 0.51% | 0.6% | - |
| HSV(B) | 36.92º | 0.51% | 0.8% | - |
| XYZ | 40.98 | 40.83 | 18.03 | - |
| YUV | 169.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 101 | 0 | 0.20 | 0.51 | 0.20 | 36.92 | 0.51 | 0.6 |
| Hex | CD | A5 | 65 | 0 | 14 | 33 | 14 | 25 | 33 | 3C |
| Octal | 315 | 245 | 145 | 0 | 24 | 63 | 24 | 45 | 63 | 74 |
| Binary | 11001101 | 10100101 | 1100101 | 0 | 10100 | 110011 | 10100 | 100101 | 110011 | 111100 |
Color Harmonies of #CDA565
Complementary color
Monochromatic Colors of #CDA565
Black with #CDA565
Text Example
Text Example
White with #CDA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA565; }
p { color: rgb(205,165,101); }
H1.HeaderClassName
{
color: #CDA565;
}
.AnyTagClassName
{
color: #CDA565;
}
</style>
background-color css
<style>
a { background-color: #CDA565; }
a { background-color: rgb(205,165,101); }
div.DivClassName
{
background-color: #CDA565;
}
.BgClassName
{
background-color: #CDA565;
}
</style>
border-color css
<style>
span { border-color: #CDA565; }
span { border-color: rgb(205,165,101); }
td.TdClassName
{
border-color: #CDA565;
}
.TagClassName
{
border-color: #CDA565;
}
</style>