Shades of Sundance #C4BA4D
Tints of Sundance #C4BA4D
RGB
CMYK
RGB Variations
Color information
#C4BA4D (or 0xC4BA4D) is known color: Sundance. HEX triplet: C4, BA and 4D. RGB value is (196,186,77). Sum of RGB (Red+Green+Blue) = 196+186+77=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA4D is #3B45B2. Grayscale: #B1B1B1. Windows color (decimal): -3884467 or 5094084. OLE color: 5094084.
HSL color Cylindrical-coordinate representation of color #C4BA4D: hue angle of 54.96º degrees, saturation: 0.5, 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 #C4BA4D is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 77 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.23 |
| HSL | 54.96º | 0.5% | 0.54% | - |
| HSV(B) | 54.96º | 0.61% | 0.77% | - |
| XYZ | 41.66 | 47.39 | 13.97 | - |
| YUV | 176.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 77 | 0 | 0.05 | 0.61 | 0.23 | 54.96 | 0.5 | 0.54 |
| Hex | C4 | BA | 4D | 0 | 5 | 3D | 17 | 37 | 32 | 36 |
| Octal | 304 | 272 | 115 | 0 | 5 | 75 | 27 | 67 | 62 | 66 |
| Binary | 11000100 | 10111010 | 1001101 | 0 | 101 | 111101 | 10111 | 110111 | 110010 | 110110 |
Color Harmonies of #C4BA4D
Complementary color
Monochromatic Colors of #C4BA4D
Black with #C4BA4D
Text Example
Text Example
White with #C4BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA4D; }
p { color: rgb(196,186,77); }
H1.HeaderClassName
{
color: #C4BA4D;
}
.AnyTagClassName
{
color: #C4BA4D;
}
</style>
background-color css
<style>
a { background-color: #C4BA4D; }
a { background-color: rgb(196,186,77); }
div.DivClassName
{
background-color: #C4BA4D;
}
.BgClassName
{
background-color: #C4BA4D;
}
</style>
border-color css
<style>
span { border-color: #C4BA4D; }
span { border-color: rgb(196,186,77); }
td.TdClassName
{
border-color: #C4BA4D;
}
.TagClassName
{
border-color: #C4BA4D;
}
</style>