Shades of Apache #CDA760
Tints of Apache #CDA760
RGB
CMYK
RGB Variations
Color information
#CDA760 (or 0xCDA760) is known color: Apache. HEX triplet: CD, A7 and 60. RGB value is (205,167,96). Sum of RGB (Red+Green+Blue) = 205+167+96=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA760 is #32589F. Grayscale: #AAAAAA. Windows color (decimal): -3299488 or 6334413. OLE color: 6334413.
HSL color Cylindrical-coordinate representation of color #CDA760: hue angle of 39.08º 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 #CDA760 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 96 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.20 |
| HSL | 39.08º | 0.52% | 0.59% | - |
| HSV(B) | 39.08º | 0.53% | 0.8% | - |
| XYZ | 41.11 | 41.46 | 16.9 | - |
| YUV | 170.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 96 | 0 | 0.19 | 0.53 | 0.20 | 39.08 | 0.52 | 0.59 |
| Hex | CD | A7 | 60 | 0 | 13 | 35 | 14 | 27 | 34 | 3B |
| Octal | 315 | 247 | 140 | 0 | 23 | 65 | 24 | 47 | 64 | 73 |
| Binary | 11001101 | 10100111 | 1100000 | 0 | 10011 | 110101 | 10100 | 100111 | 110100 | 111011 |
Color Harmonies of #CDA760
Complementary color
Monochromatic Colors of #CDA760
Black with #CDA760
Text Example
Text Example
White with #CDA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA760; }
p { color: rgb(205,167,96); }
H1.HeaderClassName
{
color: #CDA760;
}
.AnyTagClassName
{
color: #CDA760;
}
</style>
background-color css
<style>
a { background-color: #CDA760; }
a { background-color: rgb(205,167,96); }
div.DivClassName
{
background-color: #CDA760;
}
.BgClassName
{
background-color: #CDA760;
}
</style>
border-color css
<style>
span { border-color: #CDA760; }
span { border-color: rgb(205,167,96); }
td.TdClassName
{
border-color: #CDA760;
}
.TagClassName
{
border-color: #CDA760;
}
</style>