Shades of Apache #CDA45C
Tints of Apache #CDA45C
RGB
CMYK
RGB Variations
Color information
#CDA45C (or 0xCDA45C) is known color: Apache. HEX triplet: CD, A4 and 5C. RGB value is (205,164,92). Sum of RGB (Red+Green+Blue) = 205+164+92=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45C is #325BA3. Grayscale: #A8A8A8. Windows color (decimal): -3300260 or 6071501. OLE color: 6071501.
HSL color Cylindrical-coordinate representation of color #CDA45C: hue angle of 38.23º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDA45C is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 92 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.20 |
| HSL | 38.23º | 0.53% | 0.58% | - |
| HSV(B) | 38.23º | 0.55% | 0.8% | - |
| XYZ | 40.38 | 40.3 | 15.78 | - |
| YUV | 168.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 92 | 0 | 0.2 | 0.55 | 0.20 | 38.23 | 0.53 | 0.58 |
| Hex | CD | A4 | 5C | 0 | 14 | 37 | 14 | 26 | 35 | 3A |
| Octal | 315 | 244 | 134 | 0 | 24 | 67 | 24 | 46 | 65 | 72 |
| Binary | 11001101 | 10100100 | 1011100 | 0 | 10100 | 110111 | 10100 | 100110 | 110101 | 111010 |
Color Harmonies of #CDA45C
Complementary color
Monochromatic Colors of #CDA45C
Black with #CDA45C
Text Example
Text Example
White with #CDA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA45C; }
p { color: rgb(205,164,92); }
H1.HeaderClassName
{
color: #CDA45C;
}
.AnyTagClassName
{
color: #CDA45C;
}
</style>
background-color css
<style>
a { background-color: #CDA45C; }
a { background-color: rgb(205,164,92); }
div.DivClassName
{
background-color: #CDA45C;
}
.BgClassName
{
background-color: #CDA45C;
}
</style>
border-color css
<style>
span { border-color: #CDA45C; }
span { border-color: rgb(205,164,92); }
td.TdClassName
{
border-color: #CDA45C;
}
.TagClassName
{
border-color: #CDA45C;
}
</style>