Shades of Apache #CDA55F
Tints of Apache #CDA55F
RGB
CMYK
RGB Variations
Color information
#CDA55F (or 0xCDA55F) is known color: Apache. HEX triplet: CD, A5 and 5F. RGB value is (205,165,95). Sum of RGB (Red+Green+Blue) = 205+165+95=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55F is #325AA0. Grayscale: #A9A9A9. Windows color (decimal): -3300001 or 6268365. OLE color: 6268365.
HSL color Cylindrical-coordinate representation of color #CDA55F: hue angle of 38.18º 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 #CDA55F is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 95 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.20 |
| HSL | 38.18º | 0.52% | 0.59% | - |
| HSV(B) | 38.18º | 0.54% | 0.8% | - |
| XYZ | 40.7 | 40.72 | 16.54 | - |
| YUV | 168.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 95 | 0 | 0.20 | 0.54 | 0.20 | 38.18 | 0.52 | 0.59 |
| Hex | CD | A5 | 5F | 0 | 14 | 36 | 14 | 26 | 34 | 3B |
| Octal | 315 | 245 | 137 | 0 | 24 | 66 | 24 | 46 | 64 | 73 |
| Binary | 11001101 | 10100101 | 1011111 | 0 | 10100 | 110110 | 10100 | 100110 | 110100 | 111011 |
Color Harmonies of #CDA55F
Complementary color
Monochromatic Colors of #CDA55F
Black with #CDA55F
Text Example
Text Example
White with #CDA55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA55F; }
p { color: rgb(205,165,95); }
H1.HeaderClassName
{
color: #CDA55F;
}
.AnyTagClassName
{
color: #CDA55F;
}
</style>
background-color css
<style>
a { background-color: #CDA55F; }
a { background-color: rgb(205,165,95); }
div.DivClassName
{
background-color: #CDA55F;
}
.BgClassName
{
background-color: #CDA55F;
}
</style>
border-color css
<style>
span { border-color: #CDA55F; }
span { border-color: rgb(205,165,95); }
td.TdClassName
{
border-color: #CDA55F;
}
.TagClassName
{
border-color: #CDA55F;
}
</style>