Shades of Apache #CDA55D
Tints of Apache #CDA55D
RGB
CMYK
RGB Variations
Color information
#CDA55D (or 0xCDA55D) is known color: Apache. HEX triplet: CD, A5 and 5D. RGB value is (205,165,93). Sum of RGB (Red+Green+Blue) = 205+165+93=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55D is #325AA2. Grayscale: #A9A9A9. Windows color (decimal): -3300003 or 6137293. OLE color: 6137293.
HSL color Cylindrical-coordinate representation of color #CDA55D: hue angle of 38.57º 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 #CDA55D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.20 |
| HSL | 38.57º | 0.53% | 0.58% | - |
| HSV(B) | 38.57º | 0.55% | 0.8% | - |
| XYZ | 40.61 | 40.68 | 16.07 | - |
| YUV | 168.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 93 | 0 | 0.20 | 0.55 | 0.20 | 38.57 | 0.53 | 0.58 |
| Hex | CD | A5 | 5D | 0 | 14 | 37 | 14 | 27 | 35 | 3A |
| Octal | 315 | 245 | 135 | 0 | 24 | 67 | 24 | 47 | 65 | 72 |
| Binary | 11001101 | 10100101 | 1011101 | 0 | 10100 | 110111 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CDA55D
Complementary color
Monochromatic Colors of #CDA55D
Black with #CDA55D
Text Example
Text Example
White with #CDA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA55D; }
p { color: rgb(205,165,93); }
H1.HeaderClassName
{
color: #CDA55D;
}
.AnyTagClassName
{
color: #CDA55D;
}
</style>
background-color css
<style>
a { background-color: #CDA55D; }
a { background-color: rgb(205,165,93); }
div.DivClassName
{
background-color: #CDA55D;
}
.BgClassName
{
background-color: #CDA55D;
}
</style>
border-color css
<style>
span { border-color: #CDA55D; }
span { border-color: rgb(205,165,93); }
td.TdClassName
{
border-color: #CDA55D;
}
.TagClassName
{
border-color: #CDA55D;
}
</style>