Shades of Sundance #C5AC44
Tints of Sundance #C5AC44
RGB
CMYK
RGB Variations
Color information
#C5AC44 (or 0xC5AC44) is known color: Sundance. HEX triplet: C5, AC and 44. RGB value is (197,172,68). Sum of RGB (Red+Green+Blue) = 197+172+68=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AC44 is #3A53BB. Grayscale: #A8A8A8. Windows color (decimal): -3822524 or 4500677. OLE color: 4500677.
HSL color Cylindrical-coordinate representation of color #C5AC44: hue angle of 48.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5AC44 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 172 | 68 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.23 |
| HSL | 48.37º | 0.53% | 0.52% | - |
| HSV(B) | 48.37º | 0.65% | 0.77% | - |
| XYZ | 38.82 | 41.79 | 11.49 | - |
| YUV | 167.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 68 | 0 | 0.13 | 0.65 | 0.23 | 48.37 | 0.53 | 0.52 |
| Hex | C5 | AC | 44 | 0 | D | 41 | 17 | 30 | 35 | 34 |
| Octal | 305 | 254 | 104 | 0 | 15 | 101 | 27 | 60 | 65 | 64 |
| Binary | 11000101 | 10101100 | 1000100 | 0 | 1101 | 1000001 | 10111 | 110000 | 110101 | 110100 |
Color Harmonies of #C5AC44
Complementary color
Monochromatic Colors of #C5AC44
Black with #C5AC44
Text Example
Text Example
White with #C5AC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AC44; }
p { color: rgb(197,172,68); }
H1.HeaderClassName
{
color: #C5AC44;
}
.AnyTagClassName
{
color: #C5AC44;
}
</style>
background-color css
<style>
a { background-color: #C5AC44; }
a { background-color: rgb(197,172,68); }
div.DivClassName
{
background-color: #C5AC44;
}
.BgClassName
{
background-color: #C5AC44;
}
</style>
border-color css
<style>
span { border-color: #C5AC44; }
span { border-color: rgb(197,172,68); }
td.TdClassName
{
border-color: #C5AC44;
}
.TagClassName
{
border-color: #C5AC44;
}
</style>