Shades of Apache #CDA261
Tints of Apache #CDA261
RGB
CMYK
RGB Variations
Color information
#CDA261 (or 0xCDA261) is known color: Apache. HEX triplet: CD, A2 and 61. RGB value is (205,162,97). Sum of RGB (Red+Green+Blue) = 205+162+97=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA261 is #325D9E. Grayscale: #A7A7A7. Windows color (decimal): -3300767 or 6398669. OLE color: 6398669.
HSL color Cylindrical-coordinate representation of color #CDA261: hue angle of 36.11º 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 #CDA261 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 97 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.20 |
| HSL | 36.11º | 0.52% | 0.59% | - |
| HSV(B) | 36.11º | 0.53% | 0.8% | - |
| XYZ | 40.25 | 39.68 | 16.85 | - |
| YUV | 167.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 97 | 0 | 0.21 | 0.53 | 0.20 | 36.11 | 0.52 | 0.59 |
| Hex | CD | A2 | 61 | 0 | 15 | 35 | 14 | 24 | 34 | 3B |
| Octal | 315 | 242 | 141 | 0 | 25 | 65 | 24 | 44 | 64 | 73 |
| Binary | 11001101 | 10100010 | 1100001 | 0 | 10101 | 110101 | 10100 | 100100 | 110100 | 111011 |
Color Harmonies of #CDA261
Complementary color
Monochromatic Colors of #CDA261
Black with #CDA261
Text Example
Text Example
White with #CDA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA261; }
p { color: rgb(205,162,97); }
H1.HeaderClassName
{
color: #CDA261;
}
.AnyTagClassName
{
color: #CDA261;
}
</style>
background-color css
<style>
a { background-color: #CDA261; }
a { background-color: rgb(205,162,97); }
div.DivClassName
{
background-color: #CDA261;
}
.BgClassName
{
background-color: #CDA261;
}
</style>
border-color css
<style>
span { border-color: #CDA261; }
span { border-color: rgb(205,162,97); }
td.TdClassName
{
border-color: #CDA261;
}
.TagClassName
{
border-color: #CDA261;
}
</style>