Shades of Sundance #C5B354
Tints of Sundance #C5B354
RGB
CMYK
RGB Variations
Color information
#C5B354 (or 0xC5B354) is known color: Sundance. HEX triplet: C5, B3 and 54. RGB value is (197,179,84). Sum of RGB (Red+Green+Blue) = 197+179+84=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B354 is #3A4CAB. Grayscale: #ADADAD. Windows color (decimal): -3820716 or 5551045. OLE color: 5551045.
HSL color Cylindrical-coordinate representation of color #C5B354: hue angle of 50.44º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5B354 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 84 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.23 |
| HSL | 50.44º | 0.49% | 0.55% | - |
| HSV(B) | 50.44º | 0.57% | 0.77% | - |
| XYZ | 40.75 | 44.75 | 14.88 | - |
| YUV | 173.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 84 | 0 | 0.09 | 0.57 | 0.23 | 50.44 | 0.49 | 0.55 |
| Hex | C5 | B3 | 54 | 0 | 9 | 39 | 17 | 32 | 31 | 37 |
| Octal | 305 | 263 | 124 | 0 | 11 | 71 | 27 | 62 | 61 | 67 |
| Binary | 11000101 | 10110011 | 1010100 | 0 | 1001 | 111001 | 10111 | 110010 | 110001 | 110111 |
Color Harmonies of #C5B354
Complementary color
Monochromatic Colors of #C5B354
Black with #C5B354
Text Example
Text Example
White with #C5B354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B354; }
p { color: rgb(197,179,84); }
H1.HeaderClassName
{
color: #C5B354;
}
.AnyTagClassName
{
color: #C5B354;
}
</style>
background-color css
<style>
a { background-color: #C5B354; }
a { background-color: rgb(197,179,84); }
div.DivClassName
{
background-color: #C5B354;
}
.BgClassName
{
background-color: #C5B354;
}
</style>
border-color css
<style>
span { border-color: #C5B354; }
span { border-color: rgb(197,179,84); }
td.TdClassName
{
border-color: #C5B354;
}
.TagClassName
{
border-color: #C5B354;
}
</style>