Shades of Sundance #C5AB40
Tints of Sundance #C5AB40
RGB
CMYK
RGB Variations
Color information
#C5AB40 (or 0xC5AB40) is known color: Sundance. HEX triplet: C5, AB and 40. RGB value is (197,171,64). Sum of RGB (Red+Green+Blue) = 197+171+64=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB40 is #3A54BF. Grayscale: #A7A7A7. Windows color (decimal): -3822784 or 4238277. OLE color: 4238277.
HSL color Cylindrical-coordinate representation of color #C5AB40: hue angle of 48.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5AB40 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 64 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.23 |
| HSL | 48.27º | 0.53% | 0.51% | - |
| HSV(B) | 48.27º | 0.68% | 0.77% | - |
| XYZ | 38.51 | 41.37 | 10.81 | - |
| YUV | 166.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 64 | 0 | 0.13 | 0.68 | 0.23 | 48.27 | 0.53 | 0.51 |
| Hex | C5 | AB | 40 | 0 | D | 44 | 17 | 30 | 35 | 33 |
| Octal | 305 | 253 | 100 | 0 | 15 | 104 | 27 | 60 | 65 | 63 |
| Binary | 11000101 | 10101011 | 1000000 | 0 | 1101 | 1000100 | 10111 | 110000 | 110101 | 110011 |
Color Harmonies of #C5AB40
Complementary color
Monochromatic Colors of #C5AB40
Black with #C5AB40
Text Example
Text Example
White with #C5AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB40; }
p { color: rgb(197,171,64); }
H1.HeaderClassName
{
color: #C5AB40;
}
.AnyTagClassName
{
color: #C5AB40;
}
</style>
background-color css
<style>
a { background-color: #C5AB40; }
a { background-color: rgb(197,171,64); }
div.DivClassName
{
background-color: #C5AB40;
}
.BgClassName
{
background-color: #C5AB40;
}
</style>
border-color css
<style>
span { border-color: #C5AB40; }
span { border-color: rgb(197,171,64); }
td.TdClassName
{
border-color: #C5AB40;
}
.TagClassName
{
border-color: #C5AB40;
}
</style>