Shades of Apache #CDA956
Tints of Apache #CDA956
RGB
CMYK
RGB Variations
Color information
#CDA956 (or 0xCDA956) is known color: Apache. HEX triplet: CD, A9 and 56. RGB value is (205,169,86). Sum of RGB (Red+Green+Blue) = 205+169+86=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA956 is #3256A9. Grayscale: #AAAAAA. Windows color (decimal): -3298986 or 5679565. OLE color: 5679565.
HSL color Cylindrical-coordinate representation of color #CDA956: hue angle of 41.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDA956 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 86 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.20 |
| HSL | 41.85º | 0.54% | 0.57% | - |
| HSV(B) | 41.85º | 0.58% | 0.8% | - |
| XYZ | 41.04 | 42.03 | 14.75 | - |
| YUV | 170.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 86 | 0 | 0.18 | 0.58 | 0.20 | 41.85 | 0.54 | 0.57 |
| Hex | CD | A9 | 56 | 0 | 12 | 3A | 14 | 2A | 36 | 39 |
| Octal | 315 | 251 | 126 | 0 | 22 | 72 | 24 | 52 | 66 | 71 |
| Binary | 11001101 | 10101001 | 1010110 | 0 | 10010 | 111010 | 10100 | 101010 | 110110 | 111001 |
Color Harmonies of #CDA956
Complementary color
Monochromatic Colors of #CDA956
Black with #CDA956
Text Example
Text Example
White with #CDA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA956; }
p { color: rgb(205,169,86); }
H1.HeaderClassName
{
color: #CDA956;
}
.AnyTagClassName
{
color: #CDA956;
}
</style>
background-color css
<style>
a { background-color: #CDA956; }
a { background-color: rgb(205,169,86); }
div.DivClassName
{
background-color: #CDA956;
}
.BgClassName
{
background-color: #CDA956;
}
</style>
border-color css
<style>
span { border-color: #CDA956; }
span { border-color: rgb(205,169,86); }
td.TdClassName
{
border-color: #CDA956;
}
.TagClassName
{
border-color: #CDA956;
}
</style>