Shades of Apache #CDA05F
Tints of Apache #CDA05F
RGB
CMYK
RGB Variations
Color information
#CDA05F (or 0xCDA05F) is known color: Apache. HEX triplet: CD, A0 and 5F. RGB value is (205,160,95). Sum of RGB (Red+Green+Blue) = 205+160+95=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05F is #325FA0. Grayscale: #A6A6A6. Windows color (decimal): -3301281 or 6267085. OLE color: 6267085.
HSL color Cylindrical-coordinate representation of color #CDA05F: hue angle of 35.45º 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 #CDA05F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 95 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.20 |
| HSL | 35.45º | 0.52% | 0.59% | - |
| HSV(B) | 35.45º | 0.54% | 0.8% | - |
| XYZ | 39.81 | 38.95 | 16.25 | - |
| YUV | 166.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 95 | 0 | 0.22 | 0.54 | 0.20 | 35.45 | 0.52 | 0.59 |
| Hex | CD | A0 | 5F | 0 | 16 | 36 | 14 | 23 | 34 | 3B |
| Octal | 315 | 240 | 137 | 0 | 26 | 66 | 24 | 43 | 64 | 73 |
| Binary | 11001101 | 10100000 | 1011111 | 0 | 10110 | 110110 | 10100 | 100011 | 110100 | 111011 |
Color Harmonies of #CDA05F
Complementary color
Monochromatic Colors of #CDA05F
Black with #CDA05F
Text Example
Text Example
White with #CDA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA05F; }
p { color: rgb(205,160,95); }
H1.HeaderClassName
{
color: #CDA05F;
}
.AnyTagClassName
{
color: #CDA05F;
}
</style>
background-color css
<style>
a { background-color: #CDA05F; }
a { background-color: rgb(205,160,95); }
div.DivClassName
{
background-color: #CDA05F;
}
.BgClassName
{
background-color: #CDA05F;
}
</style>
border-color css
<style>
span { border-color: #CDA05F; }
span { border-color: rgb(205,160,95); }
td.TdClassName
{
border-color: #CDA05F;
}
.TagClassName
{
border-color: #CDA05F;
}
</style>