Shades of Sundance #C5B650
Tints of Sundance #C5B650
RGB
CMYK
RGB Variations
Color information
#C5B650 (or 0xC5B650) is known color: Sundance. HEX triplet: C5, B6 and 50. RGB value is (197,182,80). Sum of RGB (Red+Green+Blue) = 197+182+80=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B650 is #3A49AF. Grayscale: #AFAFAF. Windows color (decimal): -3819952 or 5289669. OLE color: 5289669.
HSL color Cylindrical-coordinate representation of color #C5B650: hue angle of 52.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5B650 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 80 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.23 |
| HSL | 52.31º | 0.5% | 0.54% | - |
| HSV(B) | 52.31º | 0.59% | 0.77% | - |
| XYZ | 41.2 | 45.91 | 14.28 | - |
| YUV | 174.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 80 | 0 | 0.08 | 0.59 | 0.23 | 52.31 | 0.5 | 0.54 |
| Hex | C5 | B6 | 50 | 0 | 8 | 3B | 17 | 34 | 32 | 36 |
| Octal | 305 | 266 | 120 | 0 | 10 | 73 | 27 | 64 | 62 | 66 |
| Binary | 11000101 | 10110110 | 1010000 | 0 | 1000 | 111011 | 10111 | 110100 | 110010 | 110110 |
Color Harmonies of #C5B650
Complementary color
Monochromatic Colors of #C5B650
Black with #C5B650
Text Example
Text Example
White with #C5B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B650; }
p { color: rgb(197,182,80); }
H1.HeaderClassName
{
color: #C5B650;
}
.AnyTagClassName
{
color: #C5B650;
}
</style>
background-color css
<style>
a { background-color: #C5B650; }
a { background-color: rgb(197,182,80); }
div.DivClassName
{
background-color: #C5B650;
}
.BgClassName
{
background-color: #C5B650;
}
</style>
border-color css
<style>
span { border-color: #C5B650; }
span { border-color: rgb(197,182,80); }
td.TdClassName
{
border-color: #C5B650;
}
.TagClassName
{
border-color: #C5B650;
}
</style>