Shades of Apache #CDA361
Tints of Apache #CDA361
RGB
CMYK
RGB Variations
Color information
#CDA361 (or 0xCDA361) is known color: Apache. HEX triplet: CD, A3 and 61. RGB value is (205,163,97). Sum of RGB (Red+Green+Blue) = 205+163+97=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA361 is #325C9E. Grayscale: #A8A8A8. Windows color (decimal): -3300511 or 6398925. OLE color: 6398925.
HSL color Cylindrical-coordinate representation of color #CDA361: hue angle of 36.67º 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 #CDA361 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 97 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.20 |
| HSL | 36.67º | 0.52% | 0.59% | - |
| HSV(B) | 36.67º | 0.53% | 0.8% | - |
| XYZ | 40.43 | 40.04 | 16.91 | - |
| YUV | 168.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 97 | 0 | 0.20 | 0.53 | 0.20 | 36.67 | 0.52 | 0.59 |
| Hex | CD | A3 | 61 | 0 | 14 | 35 | 14 | 25 | 34 | 3B |
| Octal | 315 | 243 | 141 | 0 | 24 | 65 | 24 | 45 | 64 | 73 |
| Binary | 11001101 | 10100011 | 1100001 | 0 | 10100 | 110101 | 10100 | 100101 | 110100 | 111011 |
Color Harmonies of #CDA361
Complementary color
Monochromatic Colors of #CDA361
Black with #CDA361
Text Example
Text Example
White with #CDA361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA361; }
p { color: rgb(205,163,97); }
H1.HeaderClassName
{
color: #CDA361;
}
.AnyTagClassName
{
color: #CDA361;
}
</style>
background-color css
<style>
a { background-color: #CDA361; }
a { background-color: rgb(205,163,97); }
div.DivClassName
{
background-color: #CDA361;
}
.BgClassName
{
background-color: #CDA361;
}
</style>
border-color css
<style>
span { border-color: #CDA361; }
span { border-color: rgb(205,163,97); }
td.TdClassName
{
border-color: #CDA361;
}
.TagClassName
{
border-color: #CDA361;
}
</style>