Shades of Apache #CDAB55
Tints of Apache #CDAB55
RGB
CMYK
RGB Variations
Color information
#CDAB55 (or 0xCDAB55) is known color: Apache. HEX triplet: CD, AB and 55. RGB value is (205,171,85). Sum of RGB (Red+Green+Blue) = 205+171+85=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB55 is #3254AA. Grayscale: #ABABAB. Windows color (decimal): -3298475 or 5614541. OLE color: 5614541.
HSL color Cylindrical-coordinate representation of color #CDAB55: hue angle of 43º 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 #CDAB55 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 85 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.20 |
| HSL | 43º | 0.55% | 0.57% | - |
| HSV(B) | 43º | 0.59% | 0.8% | - |
| XYZ | 41.38 | 42.76 | 14.67 | - |
| YUV | 171.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 85 | 0 | 0.17 | 0.59 | 0.20 | 43 | 0.55 | 0.57 |
| Hex | CD | AB | 55 | 0 | 11 | 3B | 14 | 2B | 37 | 39 |
| Octal | 315 | 253 | 125 | 0 | 21 | 73 | 24 | 53 | 67 | 71 |
| Binary | 11001101 | 10101011 | 1010101 | 0 | 10001 | 111011 | 10100 | 101011 | 110111 | 111001 |
Color Harmonies of #CDAB55
Complementary color
Monochromatic Colors of #CDAB55
Black with #CDAB55
Text Example
Text Example
White with #CDAB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB55; }
p { color: rgb(205,171,85); }
H1.HeaderClassName
{
color: #CDAB55;
}
.AnyTagClassName
{
color: #CDAB55;
}
</style>
background-color css
<style>
a { background-color: #CDAB55; }
a { background-color: rgb(205,171,85); }
div.DivClassName
{
background-color: #CDAB55;
}
.BgClassName
{
background-color: #CDAB55;
}
</style>
border-color css
<style>
span { border-color: #CDAB55; }
span { border-color: rgb(205,171,85); }
td.TdClassName
{
border-color: #CDAB55;
}
.TagClassName
{
border-color: #CDAB55;
}
</style>