Shades of Apache #CDA55A
Tints of Apache #CDA55A
RGB
CMYK
RGB Variations
Color information
#CDA55A (or 0xCDA55A) is known color: Apache. HEX triplet: CD, A5 and 5A. RGB value is (205,165,90). Sum of RGB (Red+Green+Blue) = 205+165+90=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55A is #325AA5. Grayscale: #A8A8A8. Windows color (decimal): -3300006 or 5940685. OLE color: 5940685.
HSL color Cylindrical-coordinate representation of color #CDA55A: hue angle of 39.13º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDA55A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 90 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.20 |
| HSL | 39.13º | 0.53% | 0.58% | - |
| HSV(B) | 39.13º | 0.56% | 0.8% | - |
| XYZ | 40.48 | 40.63 | 15.38 | - |
| YUV | 168.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 90 | 0 | 0.20 | 0.56 | 0.20 | 39.13 | 0.53 | 0.58 |
| Hex | CD | A5 | 5A | 0 | 14 | 38 | 14 | 27 | 35 | 3A |
| Octal | 315 | 245 | 132 | 0 | 24 | 70 | 24 | 47 | 65 | 72 |
| Binary | 11001101 | 10100101 | 1011010 | 0 | 10100 | 111000 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CDA55A
Complementary color
Monochromatic Colors of #CDA55A
Black with #CDA55A
Text Example
Text Example
White with #CDA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA55A; }
p { color: rgb(205,165,90); }
H1.HeaderClassName
{
color: #CDA55A;
}
.AnyTagClassName
{
color: #CDA55A;
}
</style>
background-color css
<style>
a { background-color: #CDA55A; }
a { background-color: rgb(205,165,90); }
div.DivClassName
{
background-color: #CDA55A;
}
.BgClassName
{
background-color: #CDA55A;
}
</style>
border-color css
<style>
span { border-color: #CDA55A; }
span { border-color: rgb(205,165,90); }
td.TdClassName
{
border-color: #CDA55A;
}
.TagClassName
{
border-color: #CDA55A;
}
</style>