Shades of Apache #CDA259
Tints of Apache #CDA259
RGB
CMYK
RGB Variations
Color information
#CDA259 (or 0xCDA259) is known color: Apache. HEX triplet: CD, A2 and 59. RGB value is (205,162,89). Sum of RGB (Red+Green+Blue) = 205+162+89=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA259 is #325DA6. Grayscale: #A6A6A6. Windows color (decimal): -3300775 or 5874381. OLE color: 5874381.
HSL color Cylindrical-coordinate representation of color #CDA259: hue angle of 37.76º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDA259 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 89 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.20 |
| HSL | 37.76º | 0.54% | 0.58% | - |
| HSV(B) | 37.76º | 0.57% | 0.8% | - |
| XYZ | 39.9 | 39.54 | 14.98 | - |
| YUV | 166.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 89 | 0 | 0.21 | 0.57 | 0.20 | 37.76 | 0.54 | 0.58 |
| Hex | CD | A2 | 59 | 0 | 15 | 39 | 14 | 26 | 36 | 3A |
| Octal | 315 | 242 | 131 | 0 | 25 | 71 | 24 | 46 | 66 | 72 |
| Binary | 11001101 | 10100010 | 1011001 | 0 | 10101 | 111001 | 10100 | 100110 | 110110 | 111010 |
Color Harmonies of #CDA259
Complementary color
Monochromatic Colors of #CDA259
Black with #CDA259
Text Example
Text Example
White with #CDA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA259; }
p { color: rgb(205,162,89); }
H1.HeaderClassName
{
color: #CDA259;
}
.AnyTagClassName
{
color: #CDA259;
}
</style>
background-color css
<style>
a { background-color: #CDA259; }
a { background-color: rgb(205,162,89); }
div.DivClassName
{
background-color: #CDA259;
}
.BgClassName
{
background-color: #CDA259;
}
</style>
border-color css
<style>
span { border-color: #CDA259; }
span { border-color: rgb(205,162,89); }
td.TdClassName
{
border-color: #CDA259;
}
.TagClassName
{
border-color: #CDA259;
}
</style>