Shades of Apache #CDA364
Tints of Apache #CDA364
RGB
CMYK
RGB Variations
Color information
#CDA364 (or 0xCDA364) is known color: Apache. HEX triplet: CD, A3 and 64. RGB value is (205,163,100). Sum of RGB (Red+Green+Blue) = 205+163+100=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA364 is #325C9B. Grayscale: #A8A8A8. Windows color (decimal): -3300508 or 6595533. OLE color: 6595533.
HSL color Cylindrical-coordinate representation of color #CDA364: hue angle of 36º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDA364 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.20 |
| HSL | 36º | 0.51% | 0.6% | - |
| HSV(B) | 36º | 0.51% | 0.8% | - |
| XYZ | 40.57 | 40.09 | 17.66 | - |
| YUV | 168.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 100 | 0 | 0.20 | 0.51 | 0.20 | 36 | 0.51 | 0.6 |
| Hex | CD | A3 | 64 | 0 | 14 | 33 | 14 | 24 | 33 | 3C |
| Octal | 315 | 243 | 144 | 0 | 24 | 63 | 24 | 44 | 63 | 74 |
| Binary | 11001101 | 10100011 | 1100100 | 0 | 10100 | 110011 | 10100 | 100100 | 110011 | 111100 |
Color Harmonies of #CDA364
Complementary color
Monochromatic Colors of #CDA364
Black with #CDA364
Text Example
Text Example
White with #CDA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA364; }
p { color: rgb(205,163,100); }
H1.HeaderClassName
{
color: #CDA364;
}
.AnyTagClassName
{
color: #CDA364;
}
</style>
background-color css
<style>
a { background-color: #CDA364; }
a { background-color: rgb(205,163,100); }
div.DivClassName
{
background-color: #CDA364;
}
.BgClassName
{
background-color: #CDA364;
}
</style>
border-color css
<style>
span { border-color: #CDA364; }
span { border-color: rgb(205,163,100); }
td.TdClassName
{
border-color: #CDA364;
}
.TagClassName
{
border-color: #CDA364;
}
</style>