Shades of Sundance #C5AC40
Tints of Sundance #C5AC40
RGB
CMYK
RGB Variations
Color information
#C5AC40 (or 0xC5AC40) is known color: Sundance. HEX triplet: C5, AC and 40. RGB value is (197,172,64). Sum of RGB (Red+Green+Blue) = 197+172+64=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC40 is #3A53BF. Grayscale: #A7A7A7. Windows color (decimal): -3822528 or 4238533. OLE color: 4238533.
HSL color Cylindrical-coordinate representation of color #C5AC40: hue angle of 48.72º 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 #C5AC40 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 64 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.23 |
| HSL | 48.72º | 0.53% | 0.51% | - |
| HSV(B) | 48.72º | 0.68% | 0.77% | - |
| XYZ | 38.7 | 41.75 | 10.87 | - |
| YUV | 167.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 64 | 0 | 0.13 | 0.68 | 0.23 | 48.72 | 0.53 | 0.51 |
| Hex | C5 | AC | 40 | 0 | D | 44 | 17 | 31 | 35 | 33 |
| Octal | 305 | 254 | 100 | 0 | 15 | 104 | 27 | 61 | 65 | 63 |
| Binary | 11000101 | 10101100 | 1000000 | 0 | 1101 | 1000100 | 10111 | 110001 | 110101 | 110011 |
Color Harmonies of #C5AC40
Complementary color
Monochromatic Colors of #C5AC40
Black with #C5AC40
Text Example
Text Example
White with #C5AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC40; }
p { color: rgb(197,172,64); }
H1.HeaderClassName
{
color: #C5AC40;
}
.AnyTagClassName
{
color: #C5AC40;
}
</style>
background-color css
<style>
a { background-color: #C5AC40; }
a { background-color: rgb(197,172,64); }
div.DivClassName
{
background-color: #C5AC40;
}
.BgClassName
{
background-color: #C5AC40;
}
</style>
border-color css
<style>
span { border-color: #C5AC40; }
span { border-color: rgb(197,172,64); }
td.TdClassName
{
border-color: #C5AC40;
}
.TagClassName
{
border-color: #C5AC40;
}
</style>