Shades of Sundance #C5B949
Tints of Sundance #C5B949
RGB
CMYK
RGB Variations
Color information
#C5B949 (or 0xC5B949) is known color: Sundance. HEX triplet: C5, B9 and 49. RGB value is (197,185,73). Sum of RGB (Red+Green+Blue) = 197+185+73=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B949 is #3A46B6. Grayscale: #B0B0B0. Windows color (decimal): -3819191 or 4831685. OLE color: 4831685.
HSL color Cylindrical-coordinate representation of color #C5B949: hue angle of 54.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5B949 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 73 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.23 |
| HSL | 54.19º | 0.52% | 0.53% | - |
| HSV(B) | 54.19º | 0.63% | 0.77% | - |
| XYZ | 41.58 | 47.05 | 13.19 | - |
| YUV | 175.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 73 | 0 | 0.06 | 0.63 | 0.23 | 54.19 | 0.52 | 0.53 |
| Hex | C5 | B9 | 49 | 0 | 6 | 3F | 17 | 36 | 34 | 35 |
| Octal | 305 | 271 | 111 | 0 | 6 | 77 | 27 | 66 | 64 | 65 |
| Binary | 11000101 | 10111001 | 1001001 | 0 | 110 | 111111 | 10111 | 110110 | 110100 | 110101 |
Color Harmonies of #C5B949
Complementary color
Monochromatic Colors of #C5B949
Black with #C5B949
Text Example
Text Example
White with #C5B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B949; }
p { color: rgb(197,185,73); }
H1.HeaderClassName
{
color: #C5B949;
}
.AnyTagClassName
{
color: #C5B949;
}
</style>
background-color css
<style>
a { background-color: #C5B949; }
a { background-color: rgb(197,185,73); }
div.DivClassName
{
background-color: #C5B949;
}
.BgClassName
{
background-color: #C5B949;
}
</style>
border-color css
<style>
span { border-color: #C5B949; }
span { border-color: rgb(197,185,73); }
td.TdClassName
{
border-color: #C5B949;
}
.TagClassName
{
border-color: #C5B949;
}
</style>