Shades of Apache #CDA458
Tints of Apache #CDA458
RGB
CMYK
RGB Variations
Color information
#CDA458 (or 0xCDA458) is known color: Apache. HEX triplet: CD, A4 and 58. RGB value is (205,164,88). Sum of RGB (Red+Green+Blue) = 205+164+88=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA458 is #325BA7. Grayscale: #A7A7A7. Windows color (decimal): -3300264 or 5809357. OLE color: 5809357.
HSL color Cylindrical-coordinate representation of color #CDA458: hue angle of 38.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDA458 is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 88 | - |
| CMYK | 0 | 0.2 | 0.57 | 0.20 |
| HSL | 38.97º | 0.54% | 0.57% | - |
| HSV(B) | 38.97º | 0.57% | 0.8% | - |
| XYZ | 40.21 | 40.23 | 14.88 | - |
| YUV | 167.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 88 | 0 | 0.2 | 0.57 | 0.20 | 38.97 | 0.54 | 0.57 |
| Hex | CD | A4 | 58 | 0 | 14 | 39 | 14 | 27 | 36 | 39 |
| Octal | 315 | 244 | 130 | 0 | 24 | 71 | 24 | 47 | 66 | 71 |
| Binary | 11001101 | 10100100 | 1011000 | 0 | 10100 | 111001 | 10100 | 100111 | 110110 | 111001 |
Color Harmonies of #CDA458
Complementary color
Monochromatic Colors of #CDA458
Black with #CDA458
Text Example
Text Example
White with #CDA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA458; }
p { color: rgb(205,164,88); }
H1.HeaderClassName
{
color: #CDA458;
}
.AnyTagClassName
{
color: #CDA458;
}
</style>
background-color css
<style>
a { background-color: #CDA458; }
a { background-color: rgb(205,164,88); }
div.DivClassName
{
background-color: #CDA458;
}
.BgClassName
{
background-color: #CDA458;
}
</style>
border-color css
<style>
span { border-color: #CDA458; }
span { border-color: rgb(205,164,88); }
td.TdClassName
{
border-color: #CDA458;
}
.TagClassName
{
border-color: #CDA458;
}
</style>