Shades of Apache #CDA461
Tints of Apache #CDA461
RGB
CMYK
RGB Variations
Color information
#CDA461 (or 0xCDA461) is known color: Apache. HEX triplet: CD, A4 and 61. RGB value is (205,164,97). Sum of RGB (Red+Green+Blue) = 205+164+97=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA461 is #325B9E. Grayscale: #A8A8A8. Windows color (decimal): -3300255 or 6399181. OLE color: 6399181.
HSL color Cylindrical-coordinate representation of color #CDA461: hue angle of 37.22º 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 #CDA461 is Cyan = 0, Magento = 0.2, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 97 | - |
| CMYK | 0 | 0.2 | 0.53 | 0.20 |
| HSL | 37.22º | 0.52% | 0.59% | - |
| HSV(B) | 37.22º | 0.53% | 0.8% | - |
| XYZ | 40.61 | 40.39 | 16.97 | - |
| YUV | 168.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 97 | 0 | 0.2 | 0.53 | 0.20 | 37.22 | 0.52 | 0.59 |
| Hex | CD | A4 | 61 | 0 | 14 | 35 | 14 | 25 | 34 | 3B |
| Octal | 315 | 244 | 141 | 0 | 24 | 65 | 24 | 45 | 64 | 73 |
| Binary | 11001101 | 10100100 | 1100001 | 0 | 10100 | 110101 | 10100 | 100101 | 110100 | 111011 |
Color Harmonies of #CDA461
Complementary color
Monochromatic Colors of #CDA461
Black with #CDA461
Text Example
Text Example
White with #CDA461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA461; }
p { color: rgb(205,164,97); }
H1.HeaderClassName
{
color: #CDA461;
}
.AnyTagClassName
{
color: #CDA461;
}
</style>
background-color css
<style>
a { background-color: #CDA461; }
a { background-color: rgb(205,164,97); }
div.DivClassName
{
background-color: #CDA461;
}
.BgClassName
{
background-color: #CDA461;
}
</style>
border-color css
<style>
span { border-color: #CDA461; }
span { border-color: rgb(205,164,97); }
td.TdClassName
{
border-color: #CDA461;
}
.TagClassName
{
border-color: #CDA461;
}
</style>