Shades of Apache #CDA263
Tints of Apache #CDA263
RGB
CMYK
RGB Variations
Color information
#CDA263 (or 0xCDA263) is known color: Apache. HEX triplet: CD, A2 and 63. RGB value is (205,162,99). Sum of RGB (Red+Green+Blue) = 205+162+99=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA263 is #325D9C. Grayscale: #A7A7A7. Windows color (decimal): -3300765 or 6529741. OLE color: 6529741.
HSL color Cylindrical-coordinate representation of color #CDA263: hue angle of 35.66º 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 #CDA263 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 99 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.20 |
| HSL | 35.66º | 0.51% | 0.6% | - |
| HSV(B) | 35.66º | 0.52% | 0.8% | - |
| XYZ | 40.35 | 39.72 | 17.34 | - |
| YUV | 167.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 99 | 0 | 0.21 | 0.52 | 0.20 | 35.66 | 0.51 | 0.6 |
| Hex | CD | A2 | 63 | 0 | 15 | 34 | 14 | 24 | 33 | 3C |
| Octal | 315 | 242 | 143 | 0 | 25 | 64 | 24 | 44 | 63 | 74 |
| Binary | 11001101 | 10100010 | 1100011 | 0 | 10101 | 110100 | 10100 | 100100 | 110011 | 111100 |
Color Harmonies of #CDA263
Complementary color
Monochromatic Colors of #CDA263
Black with #CDA263
Text Example
Text Example
White with #CDA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA263; }
p { color: rgb(205,162,99); }
H1.HeaderClassName
{
color: #CDA263;
}
.AnyTagClassName
{
color: #CDA263;
}
</style>
background-color css
<style>
a { background-color: #CDA263; }
a { background-color: rgb(205,162,99); }
div.DivClassName
{
background-color: #CDA263;
}
.BgClassName
{
background-color: #CDA263;
}
</style>
border-color css
<style>
span { border-color: #CDA263; }
span { border-color: rgb(205,162,99); }
td.TdClassName
{
border-color: #CDA263;
}
.TagClassName
{
border-color: #CDA263;
}
</style>