Shades of Apache #CDA154
Tints of Apache #CDA154
RGB
CMYK
RGB Variations
Color information
#CDA154 (or 0xCDA154) is known color: Apache. HEX triplet: CD, A1 and 54. RGB value is (205,161,84). Sum of RGB (Red+Green+Blue) = 205+161+84=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA154 is #325EAB. Grayscale: #A5A5A5. Windows color (decimal): -3301036 or 5546445. OLE color: 5546445.
HSL color Cylindrical-coordinate representation of color #CDA154: hue angle of 38.18º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDA154 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 84 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.20 |
| HSL | 38.18º | 0.55% | 0.57% | - |
| HSV(B) | 38.18º | 0.59% | 0.8% | - |
| XYZ | 39.52 | 39.11 | 13.85 | - |
| YUV | 165.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 84 | 0 | 0.21 | 0.59 | 0.20 | 38.18 | 0.55 | 0.57 |
| Hex | CD | A1 | 54 | 0 | 15 | 3B | 14 | 26 | 37 | 39 |
| Octal | 315 | 241 | 124 | 0 | 25 | 73 | 24 | 46 | 67 | 71 |
| Binary | 11001101 | 10100001 | 1010100 | 0 | 10101 | 111011 | 10100 | 100110 | 110111 | 111001 |
Color Harmonies of #CDA154
Complementary color
Monochromatic Colors of #CDA154
Black with #CDA154
Text Example
Text Example
White with #CDA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA154; }
p { color: rgb(205,161,84); }
H1.HeaderClassName
{
color: #CDA154;
}
.AnyTagClassName
{
color: #CDA154;
}
</style>
background-color css
<style>
a { background-color: #CDA154; }
a { background-color: rgb(205,161,84); }
div.DivClassName
{
background-color: #CDA154;
}
.BgClassName
{
background-color: #CDA154;
}
</style>
border-color css
<style>
span { border-color: #CDA154; }
span { border-color: rgb(205,161,84); }
td.TdClassName
{
border-color: #CDA154;
}
.TagClassName
{
border-color: #CDA154;
}
</style>