Shades of Apache #CDA35D
Tints of Apache #CDA35D
RGB
CMYK
RGB Variations
Color information
#CDA35D (or 0xCDA35D) is known color: Apache. HEX triplet: CD, A3 and 5D. RGB value is (205,163,93). Sum of RGB (Red+Green+Blue) = 205+163+93=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA35D is #325CA2. Grayscale: #A7A7A7. Windows color (decimal): -3300515 or 6136781. OLE color: 6136781.
HSL color Cylindrical-coordinate representation of color #CDA35D: hue angle of 37.5º 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 #CDA35D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.20 |
| HSL | 37.5º | 0.53% | 0.58% | - |
| HSV(B) | 37.5º | 0.55% | 0.8% | - |
| XYZ | 40.25 | 39.96 | 15.95 | - |
| YUV | 167.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 93 | 0 | 0.20 | 0.55 | 0.20 | 37.5 | 0.53 | 0.58 |
| Hex | CD | A3 | 5D | 0 | 14 | 37 | 14 | 26 | 35 | 3A |
| Octal | 315 | 243 | 135 | 0 | 24 | 67 | 24 | 46 | 65 | 72 |
| Binary | 11001101 | 10100011 | 1011101 | 0 | 10100 | 110111 | 10100 | 100110 | 110101 | 111010 |
Color Harmonies of #CDA35D
Complementary color
Monochromatic Colors of #CDA35D
Black with #CDA35D
Text Example
Text Example
White with #CDA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA35D; }
p { color: rgb(205,163,93); }
H1.HeaderClassName
{
color: #CDA35D;
}
.AnyTagClassName
{
color: #CDA35D;
}
</style>
background-color css
<style>
a { background-color: #CDA35D; }
a { background-color: rgb(205,163,93); }
div.DivClassName
{
background-color: #CDA35D;
}
.BgClassName
{
background-color: #CDA35D;
}
</style>
border-color css
<style>
span { border-color: #CDA35D; }
span { border-color: rgb(205,163,93); }
td.TdClassName
{
border-color: #CDA35D;
}
.TagClassName
{
border-color: #CDA35D;
}
</style>