Shades of Sundance #C4BA4F
Tints of Sundance #C4BA4F
RGB
CMYK
RGB Variations
Color information
#C4BA4F (or 0xC4BA4F) is known color: Sundance. HEX triplet: C4, BA and 4F. RGB value is (196,186,79). Sum of RGB (Red+Green+Blue) = 196+186+79=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA4F is #3B45B0. Grayscale: #B1B1B1. Windows color (decimal): -3884465 or 5225156. OLE color: 5225156.
HSL color Cylindrical-coordinate representation of color #C4BA4F: hue angle of 54.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4BA4F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 79 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.23 |
| HSL | 54.87º | 0.5% | 0.54% | - |
| HSV(B) | 54.87º | 0.6% | 0.77% | - |
| XYZ | 41.74 | 47.42 | 14.35 | - |
| YUV | 176.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 79 | 0 | 0.05 | 0.60 | 0.23 | 54.87 | 0.5 | 0.54 |
| Hex | C4 | BA | 4F | 0 | 5 | 3C | 17 | 37 | 32 | 36 |
| Octal | 304 | 272 | 117 | 0 | 5 | 74 | 27 | 67 | 62 | 66 |
| Binary | 11000100 | 10111010 | 1001111 | 0 | 101 | 111100 | 10111 | 110111 | 110010 | 110110 |
Color Harmonies of #C4BA4F
Complementary color
Monochromatic Colors of #C4BA4F
Black with #C4BA4F
Text Example
Text Example
White with #C4BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA4F; }
p { color: rgb(196,186,79); }
H1.HeaderClassName
{
color: #C4BA4F;
}
.AnyTagClassName
{
color: #C4BA4F;
}
</style>
background-color css
<style>
a { background-color: #C4BA4F; }
a { background-color: rgb(196,186,79); }
div.DivClassName
{
background-color: #C4BA4F;
}
.BgClassName
{
background-color: #C4BA4F;
}
</style>
border-color css
<style>
span { border-color: #C4BA4F; }
span { border-color: rgb(196,186,79); }
td.TdClassName
{
border-color: #C4BA4F;
}
.TagClassName
{
border-color: #C4BA4F;
}
</style>