Shades of Apache #CDA363
Tints of Apache #CDA363
RGB
CMYK
RGB Variations
Color information
#CDA363 (or 0xCDA363) is known color: Apache. HEX triplet: CD, A3 and 63. RGB value is (205,163,99). Sum of RGB (Red+Green+Blue) = 205+163+99=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA363 is #325C9C. Grayscale: #A8A8A8. Windows color (decimal): -3300509 or 6529997. OLE color: 6529997.
HSL color Cylindrical-coordinate representation of color #CDA363: hue angle of 36.23º 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 #CDA363 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 99 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.20 |
| HSL | 36.23º | 0.51% | 0.6% | - |
| HSV(B) | 36.23º | 0.52% | 0.8% | - |
| XYZ | 40.53 | 40.07 | 17.4 | - |
| YUV | 168.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 99 | 0 | 0.20 | 0.52 | 0.20 | 36.23 | 0.51 | 0.6 |
| Hex | CD | A3 | 63 | 0 | 14 | 34 | 14 | 24 | 33 | 3C |
| Octal | 315 | 243 | 143 | 0 | 24 | 64 | 24 | 44 | 63 | 74 |
| Binary | 11001101 | 10100011 | 1100011 | 0 | 10100 | 110100 | 10100 | 100100 | 110011 | 111100 |
Color Harmonies of #CDA363
Complementary color
Monochromatic Colors of #CDA363
Black with #CDA363
Text Example
Text Example
White with #CDA363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA363; }
p { color: rgb(205,163,99); }
H1.HeaderClassName
{
color: #CDA363;
}
.AnyTagClassName
{
color: #CDA363;
}
</style>
background-color css
<style>
a { background-color: #CDA363; }
a { background-color: rgb(205,163,99); }
div.DivClassName
{
background-color: #CDA363;
}
.BgClassName
{
background-color: #CDA363;
}
</style>
border-color css
<style>
span { border-color: #CDA363; }
span { border-color: rgb(205,163,99); }
td.TdClassName
{
border-color: #CDA363;
}
.TagClassName
{
border-color: #CDA363;
}
</style>