Shades of Sundance #C6BA4F
Tints of Sundance #C6BA4F
RGB
CMYK
RGB Variations
Color information
#C6BA4F (or 0xC6BA4F) is known color: Sundance. HEX triplet: C6, BA and 4F. RGB value is (198,186,79). Sum of RGB (Red+Green+Blue) = 198+186+79=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA4F is #3945B0. Grayscale: #B1B1B1. Windows color (decimal): -3753393 or 5225158. OLE color: 5225158.
HSL color Cylindrical-coordinate representation of color #C6BA4F: hue angle of 53.95º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6BA4F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 79 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.22 |
| HSL | 53.95º | 0.51% | 0.54% | - |
| HSV(B) | 53.95º | 0.6% | 0.78% | - |
| XYZ | 42.26 | 47.69 | 14.37 | - |
| YUV | 177.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 79 | 0 | 0.06 | 0.60 | 0.22 | 53.95 | 0.51 | 0.54 |
| Hex | C6 | BA | 4F | 0 | 6 | 3C | 16 | 36 | 33 | 36 |
| Octal | 306 | 272 | 117 | 0 | 6 | 74 | 26 | 66 | 63 | 66 |
| Binary | 11000110 | 10111010 | 1001111 | 0 | 110 | 111100 | 10110 | 110110 | 110011 | 110110 |
Color Harmonies of #C6BA4F
Complementary color
Monochromatic Colors of #C6BA4F
Black with #C6BA4F
Text Example
Text Example
White with #C6BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA4F; }
p { color: rgb(198,186,79); }
H1.HeaderClassName
{
color: #C6BA4F;
}
.AnyTagClassName
{
color: #C6BA4F;
}
</style>
background-color css
<style>
a { background-color: #C6BA4F; }
a { background-color: rgb(198,186,79); }
div.DivClassName
{
background-color: #C6BA4F;
}
.BgClassName
{
background-color: #C6BA4F;
}
</style>
border-color css
<style>
span { border-color: #C6BA4F; }
span { border-color: rgb(198,186,79); }
td.TdClassName
{
border-color: #C6BA4F;
}
.TagClassName
{
border-color: #C6BA4F;
}
</style>