Shades of Sundance #C5B353
Tints of Sundance #C5B353
RGB
CMYK
RGB Variations
Color information
#C5B353 (or 0xC5B353) is known color: Sundance. HEX triplet: C5, B3 and 53. RGB value is (197,179,83). Sum of RGB (Red+Green+Blue) = 197+179+83=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B353 is #3A4CAC. Grayscale: #ADADAD. Windows color (decimal): -3820717 or 5485509. OLE color: 5485509.
HSL color Cylindrical-coordinate representation of color #C5B353: hue angle of 50.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5B353 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 83 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.23 |
| HSL | 50.53º | 0.5% | 0.55% | - |
| HSV(B) | 50.53º | 0.58% | 0.77% | - |
| XYZ | 40.71 | 44.74 | 14.67 | - |
| YUV | 173.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 83 | 0 | 0.09 | 0.58 | 0.23 | 50.53 | 0.5 | 0.55 |
| Hex | C5 | B3 | 53 | 0 | 9 | 3A | 17 | 33 | 32 | 37 |
| Octal | 305 | 263 | 123 | 0 | 11 | 72 | 27 | 63 | 62 | 67 |
| Binary | 11000101 | 10110011 | 1010011 | 0 | 1001 | 111010 | 10111 | 110011 | 110010 | 110111 |
Color Harmonies of #C5B353
Complementary color
Monochromatic Colors of #C5B353
Black with #C5B353
Text Example
Text Example
White with #C5B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B353; }
p { color: rgb(197,179,83); }
H1.HeaderClassName
{
color: #C5B353;
}
.AnyTagClassName
{
color: #C5B353;
}
</style>
background-color css
<style>
a { background-color: #C5B353; }
a { background-color: rgb(197,179,83); }
div.DivClassName
{
background-color: #C5B353;
}
.BgClassName
{
background-color: #C5B353;
}
</style>
border-color css
<style>
span { border-color: #C5B353; }
span { border-color: rgb(197,179,83); }
td.TdClassName
{
border-color: #C5B353;
}
.TagClassName
{
border-color: #C5B353;
}
</style>