Shades of Sundance #C5AC43
Tints of Sundance #C5AC43
RGB
CMYK
RGB Variations
Color information
#C5AC43 (or 0xC5AC43) is known color: Sundance. HEX triplet: C5, AC and 43. RGB value is (197,172,67). Sum of RGB (Red+Green+Blue) = 197+172+67=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC43 is #3A53BC. Grayscale: #A7A7A7. Windows color (decimal): -3822525 or 4435141. OLE color: 4435141.
HSL color Cylindrical-coordinate representation of color #C5AC43: hue angle of 48.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5AC43 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 67 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.23 |
| HSL | 48.46º | 0.53% | 0.52% | - |
| HSV(B) | 48.46º | 0.66% | 0.77% | - |
| XYZ | 38.79 | 41.78 | 11.33 | - |
| YUV | 167.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 67 | 0 | 0.13 | 0.66 | 0.23 | 48.46 | 0.53 | 0.52 |
| Hex | C5 | AC | 43 | 0 | D | 42 | 17 | 30 | 35 | 34 |
| Octal | 305 | 254 | 103 | 0 | 15 | 102 | 27 | 60 | 65 | 64 |
| Binary | 11000101 | 10101100 | 1000011 | 0 | 1101 | 1000010 | 10111 | 110000 | 110101 | 110100 |
Color Harmonies of #C5AC43
Complementary color
Monochromatic Colors of #C5AC43
Black with #C5AC43
Text Example
Text Example
White with #C5AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC43; }
p { color: rgb(197,172,67); }
H1.HeaderClassName
{
color: #C5AC43;
}
.AnyTagClassName
{
color: #C5AC43;
}
</style>
background-color css
<style>
a { background-color: #C5AC43; }
a { background-color: rgb(197,172,67); }
div.DivClassName
{
background-color: #C5AC43;
}
.BgClassName
{
background-color: #C5AC43;
}
</style>
border-color css
<style>
span { border-color: #C5AC43; }
span { border-color: rgb(197,172,67); }
td.TdClassName
{
border-color: #C5AC43;
}
.TagClassName
{
border-color: #C5AC43;
}
</style>