Shades of Apache #CDA95B
Tints of Apache #CDA95B
RGB
CMYK
RGB Variations
Color information
#CDA95B (or 0xCDA95B) is known color: Apache. HEX triplet: CD, A9 and 5B. RGB value is (205,169,91). Sum of RGB (Red+Green+Blue) = 205+169+91=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA95B is #3256A4. Grayscale: #ABABAB. Windows color (decimal): -3298981 or 6007245. OLE color: 6007245.
HSL color Cylindrical-coordinate representation of color #CDA95B: hue angle of 41.05º 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 #CDA95B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 91 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.20 |
| HSL | 41.05º | 0.53% | 0.58% | - |
| HSV(B) | 41.05º | 0.56% | 0.8% | - |
| XYZ | 41.25 | 42.11 | 15.85 | - |
| YUV | 170.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 91 | 0 | 0.18 | 0.56 | 0.20 | 41.05 | 0.53 | 0.58 |
| Hex | CD | A9 | 5B | 0 | 12 | 38 | 14 | 29 | 35 | 3A |
| Octal | 315 | 251 | 133 | 0 | 22 | 70 | 24 | 51 | 65 | 72 |
| Binary | 11001101 | 10101001 | 1011011 | 0 | 10010 | 111000 | 10100 | 101001 | 110101 | 111010 |
Color Harmonies of #CDA95B
Complementary color
Monochromatic Colors of #CDA95B
Black with #CDA95B
Text Example
Text Example
White with #CDA95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA95B; }
p { color: rgb(205,169,91); }
H1.HeaderClassName
{
color: #CDA95B;
}
.AnyTagClassName
{
color: #CDA95B;
}
</style>
background-color css
<style>
a { background-color: #CDA95B; }
a { background-color: rgb(205,169,91); }
div.DivClassName
{
background-color: #CDA95B;
}
.BgClassName
{
background-color: #CDA95B;
}
</style>
border-color css
<style>
span { border-color: #CDA95B; }
span { border-color: rgb(205,169,91); }
td.TdClassName
{
border-color: #CDA95B;
}
.TagClassName
{
border-color: #CDA95B;
}
</style>