Shades of Apache #CDA45F
Tints of Apache #CDA45F
RGB
CMYK
RGB Variations
Color information
#CDA45F (or 0xCDA45F) is known color: Apache. HEX triplet: CD, A4 and 5F. RGB value is (205,164,95). Sum of RGB (Red+Green+Blue) = 205+164+95=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45F is #325BA0. Grayscale: #A8A8A8. Windows color (decimal): -3300257 or 6268109. OLE color: 6268109.
HSL color Cylindrical-coordinate representation of color #CDA45F: hue angle of 37.64º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDA45F is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 95 | - |
| CMYK | 0 | 0.2 | 0.54 | 0.20 |
| HSL | 37.64º | 0.52% | 0.59% | - |
| HSV(B) | 37.64º | 0.54% | 0.8% | - |
| XYZ | 40.52 | 40.36 | 16.48 | - |
| YUV | 168.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 95 | 0 | 0.2 | 0.54 | 0.20 | 37.64 | 0.52 | 0.59 |
| Hex | CD | A4 | 5F | 0 | 14 | 36 | 14 | 26 | 34 | 3B |
| Octal | 315 | 244 | 137 | 0 | 24 | 66 | 24 | 46 | 64 | 73 |
| Binary | 11001101 | 10100100 | 1011111 | 0 | 10100 | 110110 | 10100 | 100110 | 110100 | 111011 |
Color Harmonies of #CDA45F
Complementary color
Monochromatic Colors of #CDA45F
Black with #CDA45F
Text Example
Text Example
White with #CDA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA45F; }
p { color: rgb(205,164,95); }
H1.HeaderClassName
{
color: #CDA45F;
}
.AnyTagClassName
{
color: #CDA45F;
}
</style>
background-color css
<style>
a { background-color: #CDA45F; }
a { background-color: rgb(205,164,95); }
div.DivClassName
{
background-color: #CDA45F;
}
.BgClassName
{
background-color: #CDA45F;
}
</style>
border-color css
<style>
span { border-color: #CDA45F; }
span { border-color: rgb(205,164,95); }
td.TdClassName
{
border-color: #CDA45F;
}
.TagClassName
{
border-color: #CDA45F;
}
</style>