Shades of Sundance #C7BA4D
Tints of Sundance #C7BA4D
RGB
CMYK
RGB Variations
Color information
#C7BA4D (or 0xC7BA4D) is known color: Sundance. HEX triplet: C7, BA and 4D. RGB value is (199,186,77). Sum of RGB (Red+Green+Blue) = 199+186+77=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA4D is #3845B2. Grayscale: #B1B1B1. Windows color (decimal): -3687859 or 5094087. OLE color: 5094087.
HSL color Cylindrical-coordinate representation of color #C7BA4D: hue angle of 53.61º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7BA4D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 77 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.22 |
| HSL | 53.61º | 0.52% | 0.54% | - |
| HSV(B) | 53.61º | 0.61% | 0.78% | - |
| XYZ | 42.45 | 47.8 | 14.01 | - |
| YUV | 177.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 77 | 0 | 0.07 | 0.61 | 0.22 | 53.61 | 0.52 | 0.54 |
| Hex | C7 | BA | 4D | 0 | 7 | 3D | 16 | 36 | 34 | 36 |
| Octal | 307 | 272 | 115 | 0 | 7 | 75 | 26 | 66 | 64 | 66 |
| Binary | 11000111 | 10111010 | 1001101 | 0 | 111 | 111101 | 10110 | 110110 | 110100 | 110110 |
Color Harmonies of #C7BA4D
Complementary color
Monochromatic Colors of #C7BA4D
Black with #C7BA4D
Text Example
Text Example
White with #C7BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA4D; }
p { color: rgb(199,186,77); }
H1.HeaderClassName
{
color: #C7BA4D;
}
.AnyTagClassName
{
color: #C7BA4D;
}
</style>
background-color css
<style>
a { background-color: #C7BA4D; }
a { background-color: rgb(199,186,77); }
div.DivClassName
{
background-color: #C7BA4D;
}
.BgClassName
{
background-color: #C7BA4D;
}
</style>
border-color css
<style>
span { border-color: #C7BA4D; }
span { border-color: rgb(199,186,77); }
td.TdClassName
{
border-color: #C7BA4D;
}
.TagClassName
{
border-color: #C7BA4D;
}
</style>