Shades of Apache #CDA157
Tints of Apache #CDA157
RGB
CMYK
RGB Variations
Color information
#CDA157 (or 0xCDA157) is known color: Apache. HEX triplet: CD, A1 and 57. RGB value is (205,161,87). Sum of RGB (Red+Green+Blue) = 205+161+87=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA157 is #325EA8. Grayscale: #A6A6A6. Windows color (decimal): -3301033 or 5743053. OLE color: 5743053.
HSL color Cylindrical-coordinate representation of color #CDA157: hue angle of 37.63º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDA157 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 87 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.20 |
| HSL | 37.63º | 0.54% | 0.57% | - |
| HSV(B) | 37.63º | 0.58% | 0.8% | - |
| XYZ | 39.64 | 39.16 | 14.49 | - |
| YUV | 165.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 87 | 0 | 0.21 | 0.58 | 0.20 | 37.63 | 0.54 | 0.57 |
| Hex | CD | A1 | 57 | 0 | 15 | 3A | 14 | 26 | 36 | 39 |
| Octal | 315 | 241 | 127 | 0 | 25 | 72 | 24 | 46 | 66 | 71 |
| Binary | 11001101 | 10100001 | 1010111 | 0 | 10101 | 111010 | 10100 | 100110 | 110110 | 111001 |
Color Harmonies of #CDA157
Complementary color
Monochromatic Colors of #CDA157
Black with #CDA157
Text Example
Text Example
White with #CDA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA157; }
p { color: rgb(205,161,87); }
H1.HeaderClassName
{
color: #CDA157;
}
.AnyTagClassName
{
color: #CDA157;
}
</style>
background-color css
<style>
a { background-color: #CDA157; }
a { background-color: rgb(205,161,87); }
div.DivClassName
{
background-color: #CDA157;
}
.BgClassName
{
background-color: #CDA157;
}
</style>
border-color css
<style>
span { border-color: #CDA157; }
span { border-color: rgb(205,161,87); }
td.TdClassName
{
border-color: #CDA157;
}
.TagClassName
{
border-color: #CDA157;
}
</style>