Shades of Apache #CDA965
Tints of Apache #CDA965
RGB
CMYK
RGB Variations
Color information
#CDA965 (or 0xCDA965) is known color: Apache. HEX triplet: CD, A9 and 65. RGB value is (205,169,101). Sum of RGB (Red+Green+Blue) = 205+169+101=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA965 is #32569A. Grayscale: #ACACAC. Windows color (decimal): -3298971 or 6662605. OLE color: 6662605.
HSL color Cylindrical-coordinate representation of color #CDA965: hue angle of 39.23º 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 #CDA965 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 101 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.20 |
| HSL | 39.23º | 0.51% | 0.6% | - |
| HSV(B) | 39.23º | 0.51% | 0.8% | - |
| XYZ | 41.71 | 42.29 | 18.28 | - |
| YUV | 172.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 101 | 0 | 0.18 | 0.51 | 0.20 | 39.23 | 0.51 | 0.6 |
| Hex | CD | A9 | 65 | 0 | 12 | 33 | 14 | 27 | 33 | 3C |
| Octal | 315 | 251 | 145 | 0 | 22 | 63 | 24 | 47 | 63 | 74 |
| Binary | 11001101 | 10101001 | 1100101 | 0 | 10010 | 110011 | 10100 | 100111 | 110011 | 111100 |
Color Harmonies of #CDA965
Complementary color
Monochromatic Colors of #CDA965
Black with #CDA965
Text Example
Text Example
White with #CDA965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA965; }
p { color: rgb(205,169,101); }
H1.HeaderClassName
{
color: #CDA965;
}
.AnyTagClassName
{
color: #CDA965;
}
</style>
background-color css
<style>
a { background-color: #CDA965; }
a { background-color: rgb(205,169,101); }
div.DivClassName
{
background-color: #CDA965;
}
.BgClassName
{
background-color: #CDA965;
}
</style>
border-color css
<style>
span { border-color: #CDA965; }
span { border-color: rgb(205,169,101); }
td.TdClassName
{
border-color: #CDA965;
}
.TagClassName
{
border-color: #CDA965;
}
</style>