Shades of Apache #CDA463
Tints of Apache #CDA463
RGB
CMYK
RGB Variations
Color information
#CDA463 (or 0xCDA463) is known color: Apache. HEX triplet: CD, A4 and 63. RGB value is (205,164,99). Sum of RGB (Red+Green+Blue) = 205+164+99=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA463 is #325B9C. Grayscale: #A9A9A9. Windows color (decimal): -3300253 or 6530253. OLE color: 6530253.
HSL color Cylindrical-coordinate representation of color #CDA463: hue angle of 36.79º 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 #CDA463 is Cyan = 0, Magento = 0.2, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 99 | - |
| CMYK | 0 | 0.2 | 0.52 | 0.20 |
| HSL | 36.79º | 0.51% | 0.6% | - |
| HSV(B) | 36.79º | 0.52% | 0.8% | - |
| XYZ | 40.7 | 40.43 | 17.46 | - |
| YUV | 168.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 99 | 0 | 0.2 | 0.52 | 0.20 | 36.79 | 0.51 | 0.6 |
| Hex | CD | A4 | 63 | 0 | 14 | 34 | 14 | 25 | 33 | 3C |
| Octal | 315 | 244 | 143 | 0 | 24 | 64 | 24 | 45 | 63 | 74 |
| Binary | 11001101 | 10100100 | 1100011 | 0 | 10100 | 110100 | 10100 | 100101 | 110011 | 111100 |
Color Harmonies of #CDA463
Complementary color
Monochromatic Colors of #CDA463
Black with #CDA463
Text Example
Text Example
White with #CDA463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA463; }
p { color: rgb(205,164,99); }
H1.HeaderClassName
{
color: #CDA463;
}
.AnyTagClassName
{
color: #CDA463;
}
</style>
background-color css
<style>
a { background-color: #CDA463; }
a { background-color: rgb(205,164,99); }
div.DivClassName
{
background-color: #CDA463;
}
.BgClassName
{
background-color: #CDA463;
}
</style>
border-color css
<style>
span { border-color: #CDA463; }
span { border-color: rgb(205,164,99); }
td.TdClassName
{
border-color: #CDA463;
}
.TagClassName
{
border-color: #CDA463;
}
</style>