Shades of Sundance #C6BA4A
Tints of Sundance #C6BA4A
RGB
CMYK
RGB Variations
Color information
#C6BA4A (or 0xC6BA4A) is known color: Sundance. HEX triplet: C6, BA and 4A. RGB value is (198,186,74). Sum of RGB (Red+Green+Blue) = 198+186+74=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA4A is #3945B5. Grayscale: #B1B1B1. Windows color (decimal): -3753398 or 4897478. OLE color: 4897478.
HSL color Cylindrical-coordinate representation of color #C6BA4A: hue angle of 54.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6BA4A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 74 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.22 |
| HSL | 54.19º | 0.52% | 0.53% | - |
| HSV(B) | 54.19º | 0.63% | 0.78% | - |
| XYZ | 42.08 | 47.62 | 13.45 | - |
| YUV | 176.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 74 | 0 | 0.06 | 0.63 | 0.22 | 54.19 | 0.52 | 0.53 |
| Hex | C6 | BA | 4A | 0 | 6 | 3F | 16 | 36 | 34 | 35 |
| Octal | 306 | 272 | 112 | 0 | 6 | 77 | 26 | 66 | 64 | 65 |
| Binary | 11000110 | 10111010 | 1001010 | 0 | 110 | 111111 | 10110 | 110110 | 110100 | 110101 |
Color Harmonies of #C6BA4A
Complementary color
Monochromatic Colors of #C6BA4A
Black with #C6BA4A
Text Example
Text Example
White with #C6BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA4A; }
p { color: rgb(198,186,74); }
H1.HeaderClassName
{
color: #C6BA4A;
}
.AnyTagClassName
{
color: #C6BA4A;
}
</style>
background-color css
<style>
a { background-color: #C6BA4A; }
a { background-color: rgb(198,186,74); }
div.DivClassName
{
background-color: #C6BA4A;
}
.BgClassName
{
background-color: #C6BA4A;
}
</style>
border-color css
<style>
span { border-color: #C6BA4A; }
span { border-color: rgb(198,186,74); }
td.TdClassName
{
border-color: #C6BA4A;
}
.TagClassName
{
border-color: #C6BA4A;
}
</style>