Shades of Sundance #C5BA4F
Tints of Sundance #C5BA4F
RGB
CMYK
RGB Variations
Color information
#C5BA4F (or 0xC5BA4F) is known color: Sundance. HEX triplet: C5, BA and 4F. RGB value is (197,186,79). Sum of RGB (Red+Green+Blue) = 197+186+79=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA4F is #3A45B0. Grayscale: #B1B1B1. Windows color (decimal): -3818929 or 5225157. OLE color: 5225157.
HSL color Cylindrical-coordinate representation of color #C5BA4F: hue angle of 54.41º 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 #C5BA4F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 79 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.23 |
| HSL | 54.41º | 0.5% | 0.54% | - |
| HSV(B) | 54.41º | 0.6% | 0.77% | - |
| XYZ | 42 | 47.55 | 14.36 | - |
| YUV | 177.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 79 | 0 | 0.06 | 0.60 | 0.23 | 54.41 | 0.5 | 0.54 |
| Hex | C5 | BA | 4F | 0 | 6 | 3C | 17 | 36 | 32 | 36 |
| Octal | 305 | 272 | 117 | 0 | 6 | 74 | 27 | 66 | 62 | 66 |
| Binary | 11000101 | 10111010 | 1001111 | 0 | 110 | 111100 | 10111 | 110110 | 110010 | 110110 |
Color Harmonies of #C5BA4F
Complementary color
Monochromatic Colors of #C5BA4F
Black with #C5BA4F
Text Example
Text Example
White with #C5BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA4F; }
p { color: rgb(197,186,79); }
H1.HeaderClassName
{
color: #C5BA4F;
}
.AnyTagClassName
{
color: #C5BA4F;
}
</style>
background-color css
<style>
a { background-color: #C5BA4F; }
a { background-color: rgb(197,186,79); }
div.DivClassName
{
background-color: #C5BA4F;
}
.BgClassName
{
background-color: #C5BA4F;
}
</style>
border-color css
<style>
span { border-color: #C5BA4F; }
span { border-color: rgb(197,186,79); }
td.TdClassName
{
border-color: #C5BA4F;
}
.TagClassName
{
border-color: #C5BA4F;
}
</style>