Shades of Apache #CDA360
Tints of Apache #CDA360
RGB
CMYK
RGB Variations
Color information
#CDA360 (or 0xCDA360) is known color: Apache. HEX triplet: CD, A3 and 60. RGB value is (205,163,96). Sum of RGB (Red+Green+Blue) = 205+163+96=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA360 is #325C9F. Grayscale: #A8A8A8. Windows color (decimal): -3300512 or 6333389. OLE color: 6333389.
HSL color Cylindrical-coordinate representation of color #CDA360: hue angle of 36.88º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA360 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 96 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.20 |
| HSL | 36.88º | 0.52% | 0.59% | - |
| HSV(B) | 36.88º | 0.53% | 0.8% | - |
| XYZ | 40.39 | 40.02 | 16.66 | - |
| YUV | 167.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 96 | 0 | 0.20 | 0.53 | 0.20 | 36.88 | 0.52 | 0.59 |
| Hex | CD | A3 | 60 | 0 | 14 | 35 | 14 | 25 | 34 | 3B |
| Octal | 315 | 243 | 140 | 0 | 24 | 65 | 24 | 45 | 64 | 73 |
| Binary | 11001101 | 10100011 | 1100000 | 0 | 10100 | 110101 | 10100 | 100101 | 110100 | 111011 |
Color Harmonies of #CDA360
Complementary color
Monochromatic Colors of #CDA360
Black with #CDA360
Text Example
Text Example
White with #CDA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA360; }
p { color: rgb(205,163,96); }
H1.HeaderClassName
{
color: #CDA360;
}
.AnyTagClassName
{
color: #CDA360;
}
</style>
background-color css
<style>
a { background-color: #CDA360; }
a { background-color: rgb(205,163,96); }
div.DivClassName
{
background-color: #CDA360;
}
.BgClassName
{
background-color: #CDA360;
}
</style>
border-color css
<style>
span { border-color: #CDA360; }
span { border-color: rgb(205,163,96); }
td.TdClassName
{
border-color: #CDA360;
}
.TagClassName
{
border-color: #CDA360;
}
</style>