Shades of Apache #CDA85A
Tints of Apache #CDA85A
RGB
CMYK
RGB Variations
Color information
#CDA85A (or 0xCDA85A) is known color: Apache. HEX triplet: CD, A8 and 5A. RGB value is (205,168,90). Sum of RGB (Red+Green+Blue) = 205+168+90=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA85A is #3257A5. Grayscale: #AAAAAA. Windows color (decimal): -3299238 or 5941453. OLE color: 5941453.
HSL color Cylindrical-coordinate representation of color #CDA85A: hue angle of 40.7º 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 #CDA85A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 90 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.20 |
| HSL | 40.7º | 0.53% | 0.58% | - |
| HSV(B) | 40.7º | 0.56% | 0.8% | - |
| XYZ | 41.02 | 41.72 | 15.56 | - |
| YUV | 170.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 90 | 0 | 0.18 | 0.56 | 0.20 | 40.7 | 0.53 | 0.58 |
| Hex | CD | A8 | 5A | 0 | 12 | 38 | 14 | 29 | 35 | 3A |
| Octal | 315 | 250 | 132 | 0 | 22 | 70 | 24 | 51 | 65 | 72 |
| Binary | 11001101 | 10101000 | 1011010 | 0 | 10010 | 111000 | 10100 | 101001 | 110101 | 111010 |
Color Harmonies of #CDA85A
Complementary color
Monochromatic Colors of #CDA85A
Black with #CDA85A
Text Example
Text Example
White with #CDA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA85A; }
p { color: rgb(205,168,90); }
H1.HeaderClassName
{
color: #CDA85A;
}
.AnyTagClassName
{
color: #CDA85A;
}
</style>
background-color css
<style>
a { background-color: #CDA85A; }
a { background-color: rgb(205,168,90); }
div.DivClassName
{
background-color: #CDA85A;
}
.BgClassName
{
background-color: #CDA85A;
}
</style>
border-color css
<style>
span { border-color: #CDA85A; }
span { border-color: rgb(205,168,90); }
td.TdClassName
{
border-color: #CDA85A;
}
.TagClassName
{
border-color: #CDA85A;
}
</style>