Shades of Sundance #C6BA51
Tints of Sundance #C6BA51
RGB
CMYK
RGB Variations
Color information
#C6BA51 (or 0xC6BA51) is known color: Sundance. HEX triplet: C6, BA and 51. RGB value is (198,186,81). Sum of RGB (Red+Green+Blue) = 198+186+81=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA51 is #3945AE. Grayscale: #B2B2B2. Windows color (decimal): -3753391 or 5356230. OLE color: 5356230.
HSL color Cylindrical-coordinate representation of color #C6BA51: hue angle of 53.85º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6BA51 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 81 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.22 |
| HSL | 53.85º | 0.51% | 0.55% | - |
| HSV(B) | 53.85º | 0.59% | 0.78% | - |
| XYZ | 42.33 | 47.72 | 14.76 | - |
| YUV | 177.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 81 | 0 | 0.06 | 0.59 | 0.22 | 53.85 | 0.51 | 0.55 |
| Hex | C6 | BA | 51 | 0 | 6 | 3B | 16 | 36 | 33 | 37 |
| Octal | 306 | 272 | 121 | 0 | 6 | 73 | 26 | 66 | 63 | 67 |
| Binary | 11000110 | 10111010 | 1010001 | 0 | 110 | 111011 | 10110 | 110110 | 110011 | 110111 |
Color Harmonies of #C6BA51
Complementary color
Monochromatic Colors of #C6BA51
Black with #C6BA51
Text Example
Text Example
White with #C6BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA51; }
p { color: rgb(198,186,81); }
H1.HeaderClassName
{
color: #C6BA51;
}
.AnyTagClassName
{
color: #C6BA51;
}
</style>
background-color css
<style>
a { background-color: #C6BA51; }
a { background-color: rgb(198,186,81); }
div.DivClassName
{
background-color: #C6BA51;
}
.BgClassName
{
background-color: #C6BA51;
}
</style>
border-color css
<style>
span { border-color: #C6BA51; }
span { border-color: rgb(198,186,81); }
td.TdClassName
{
border-color: #C6BA51;
}
.TagClassName
{
border-color: #C6BA51;
}
</style>