Shades of Apache #CDAB58
Tints of Apache #CDAB58
RGB
CMYK
RGB Variations
Color information
#CDAB58 (or 0xCDAB58) is known color: Apache. HEX triplet: CD, AB and 58. RGB value is (205,171,88). Sum of RGB (Red+Green+Blue) = 205+171+88=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB58 is #3254A7. Grayscale: #ACACAC. Windows color (decimal): -3298472 or 5811149. OLE color: 5811149.
HSL color Cylindrical-coordinate representation of color #CDAB58: hue angle of 42.56º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDAB58 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 88 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.20 |
| HSL | 42.56º | 0.54% | 0.57% | - |
| HSV(B) | 42.56º | 0.57% | 0.8% | - |
| XYZ | 41.5 | 42.81 | 15.31 | - |
| YUV | 171.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 88 | 0 | 0.17 | 0.57 | 0.20 | 42.56 | 0.54 | 0.57 |
| Hex | CD | AB | 58 | 0 | 11 | 39 | 14 | 2B | 36 | 39 |
| Octal | 315 | 253 | 130 | 0 | 21 | 71 | 24 | 53 | 66 | 71 |
| Binary | 11001101 | 10101011 | 1011000 | 0 | 10001 | 111001 | 10100 | 101011 | 110110 | 111001 |
Color Harmonies of #CDAB58
Complementary color
Monochromatic Colors of #CDAB58
Black with #CDAB58
Text Example
Text Example
White with #CDAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB58; }
p { color: rgb(205,171,88); }
H1.HeaderClassName
{
color: #CDAB58;
}
.AnyTagClassName
{
color: #CDAB58;
}
</style>
background-color css
<style>
a { background-color: #CDAB58; }
a { background-color: rgb(205,171,88); }
div.DivClassName
{
background-color: #CDAB58;
}
.BgClassName
{
background-color: #CDAB58;
}
</style>
border-color css
<style>
span { border-color: #CDAB58; }
span { border-color: rgb(205,171,88); }
td.TdClassName
{
border-color: #CDAB58;
}
.TagClassName
{
border-color: #CDAB58;
}
</style>