Shades of Apache #CDA158
Tints of Apache #CDA158
RGB
CMYK
RGB Variations
Color information
#CDA158 (or 0xCDA158) is known color: Apache. HEX triplet: CD, A1 and 58. RGB value is (205,161,88). Sum of RGB (Red+Green+Blue) = 205+161+88=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA158 is #325EA7. Grayscale: #A6A6A6. Windows color (decimal): -3301032 or 5808589. OLE color: 5808589.
HSL color Cylindrical-coordinate representation of color #CDA158: hue angle of 37.44º 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 #CDA158 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 88 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.20 |
| HSL | 37.44º | 0.54% | 0.57% | - |
| HSV(B) | 37.44º | 0.57% | 0.8% | - |
| XYZ | 39.68 | 39.17 | 14.7 | - |
| YUV | 165.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 88 | 0 | 0.21 | 0.57 | 0.20 | 37.44 | 0.54 | 0.57 |
| Hex | CD | A1 | 58 | 0 | 15 | 39 | 14 | 25 | 36 | 39 |
| Octal | 315 | 241 | 130 | 0 | 25 | 71 | 24 | 45 | 66 | 71 |
| Binary | 11001101 | 10100001 | 1011000 | 0 | 10101 | 111001 | 10100 | 100101 | 110110 | 111001 |
Color Harmonies of #CDA158
Complementary color
Monochromatic Colors of #CDA158
Black with #CDA158
Text Example
Text Example
White with #CDA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA158; }
p { color: rgb(205,161,88); }
H1.HeaderClassName
{
color: #CDA158;
}
.AnyTagClassName
{
color: #CDA158;
}
</style>
background-color css
<style>
a { background-color: #CDA158; }
a { background-color: rgb(205,161,88); }
div.DivClassName
{
background-color: #CDA158;
}
.BgClassName
{
background-color: #CDA158;
}
</style>
border-color css
<style>
span { border-color: #CDA158; }
span { border-color: rgb(205,161,88); }
td.TdClassName
{
border-color: #CDA158;
}
.TagClassName
{
border-color: #CDA158;
}
</style>