Shades of Apache #CDA763
Tints of Apache #CDA763
RGB
CMYK
RGB Variations
Color information
#CDA763 (or 0xCDA763) is known color: Apache. HEX triplet: CD, A7 and 63. RGB value is (205,167,99). Sum of RGB (Red+Green+Blue) = 205+167+99=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA763 is #32589C. Grayscale: #AAAAAA. Windows color (decimal): -3299485 or 6531021. OLE color: 6531021.
HSL color Cylindrical-coordinate representation of color #CDA763: hue angle of 38.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA763 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 99 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.20 |
| HSL | 38.49º | 0.51% | 0.6% | - |
| HSV(B) | 38.49º | 0.52% | 0.8% | - |
| XYZ | 41.25 | 41.52 | 17.64 | - |
| YUV | 170.61 | 87.59 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 99 | 0 | 0.19 | 0.52 | 0.20 | 38.49 | 0.51 | 0.6 |
| Hex | CD | A7 | 63 | 0 | 13 | 34 | 14 | 26 | 33 | 3C |
| Octal | 315 | 247 | 143 | 0 | 23 | 64 | 24 | 46 | 63 | 74 |
| Binary | 11001101 | 10100111 | 1100011 | 0 | 10011 | 110100 | 10100 | 100110 | 110011 | 111100 |
Color Harmonies of #CDA763
Complementary color
Monochromatic Colors of #CDA763
Black with #CDA763
Text Example
Text Example
White with #CDA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA763; }
p { color: rgb(205,167,99); }
H1.HeaderClassName
{
color: #CDA763;
}
.AnyTagClassName
{
color: #CDA763;
}
</style>
background-color css
<style>
a { background-color: #CDA763; }
a { background-color: rgb(205,167,99); }
div.DivClassName
{
background-color: #CDA763;
}
.BgClassName
{
background-color: #CDA763;
}
</style>
border-color css
<style>
span { border-color: #CDA763; }
span { border-color: rgb(205,167,99); }
td.TdClassName
{
border-color: #CDA763;
}
.TagClassName
{
border-color: #CDA763;
}
</style>