Shades of Apache #CDA861
Tints of Apache #CDA861
RGB
CMYK
RGB Variations
Color information
#CDA861 (or 0xCDA861) is known color: Apache. HEX triplet: CD, A8 and 61. RGB value is (205,168,97). Sum of RGB (Red+Green+Blue) = 205+168+97=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA861 is #32579E. Grayscale: #ABABAB. Windows color (decimal): -3299231 or 6400205. OLE color: 6400205.
HSL color Cylindrical-coordinate representation of color #CDA861: hue angle of 39.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA861 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 97 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.20 |
| HSL | 39.44º | 0.52% | 0.59% | - |
| HSV(B) | 39.44º | 0.53% | 0.8% | - |
| XYZ | 41.34 | 41.85 | 17.21 | - |
| YUV | 170.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 97 | 0 | 0.18 | 0.53 | 0.20 | 39.44 | 0.52 | 0.59 |
| Hex | CD | A8 | 61 | 0 | 12 | 35 | 14 | 27 | 34 | 3B |
| Octal | 315 | 250 | 141 | 0 | 22 | 65 | 24 | 47 | 64 | 73 |
| Binary | 11001101 | 10101000 | 1100001 | 0 | 10010 | 110101 | 10100 | 100111 | 110100 | 111011 |
Color Harmonies of #CDA861
Complementary color
Monochromatic Colors of #CDA861
Black with #CDA861
Text Example
Text Example
White with #CDA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA861; }
p { color: rgb(205,168,97); }
H1.HeaderClassName
{
color: #CDA861;
}
.AnyTagClassName
{
color: #CDA861;
}
</style>
background-color css
<style>
a { background-color: #CDA861; }
a { background-color: rgb(205,168,97); }
div.DivClassName
{
background-color: #CDA861;
}
.BgClassName
{
background-color: #CDA861;
}
</style>
border-color css
<style>
span { border-color: #CDA861; }
span { border-color: rgb(205,168,97); }
td.TdClassName
{
border-color: #CDA861;
}
.TagClassName
{
border-color: #CDA861;
}
</style>