Shades of Sundance #C5BA4D
Tints of Sundance #C5BA4D
RGB
CMYK
RGB Variations
Color information
#C5BA4D (or 0xC5BA4D) is known color: Sundance. HEX triplet: C5, BA and 4D. RGB value is (197,186,77). Sum of RGB (Red+Green+Blue) = 197+186+77=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA4D is #3A45B2. Grayscale: #B1B1B1. Windows color (decimal): -3818931 or 5094085. OLE color: 5094085.
HSL color Cylindrical-coordinate representation of color #C5BA4D: hue angle of 54.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5BA4D is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 77 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.23 |
| HSL | 54.5º | 0.51% | 0.54% | - |
| HSV(B) | 54.5º | 0.61% | 0.77% | - |
| XYZ | 41.92 | 47.52 | 13.98 | - |
| YUV | 176.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 77 | 0 | 0.06 | 0.61 | 0.23 | 54.5 | 0.51 | 0.54 |
| Hex | C5 | BA | 4D | 0 | 6 | 3D | 17 | 36 | 33 | 36 |
| Octal | 305 | 272 | 115 | 0 | 6 | 75 | 27 | 66 | 63 | 66 |
| Binary | 11000101 | 10111010 | 1001101 | 0 | 110 | 111101 | 10111 | 110110 | 110011 | 110110 |
Color Harmonies of #C5BA4D
Complementary color
Monochromatic Colors of #C5BA4D
Black with #C5BA4D
Text Example
Text Example
White with #C5BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA4D; }
p { color: rgb(197,186,77); }
H1.HeaderClassName
{
color: #C5BA4D;
}
.AnyTagClassName
{
color: #C5BA4D;
}
</style>
background-color css
<style>
a { background-color: #C5BA4D; }
a { background-color: rgb(197,186,77); }
div.DivClassName
{
background-color: #C5BA4D;
}
.BgClassName
{
background-color: #C5BA4D;
}
</style>
border-color css
<style>
span { border-color: #C5BA4D; }
span { border-color: rgb(197,186,77); }
td.TdClassName
{
border-color: #C5BA4D;
}
.TagClassName
{
border-color: #C5BA4D;
}
</style>