Shades of Sundance #C7BA4E
Tints of Sundance #C7BA4E
RGB
CMYK
RGB Variations
Color information
#C7BA4E (or 0xC7BA4E) is known color: Sundance. HEX triplet: C7, BA and 4E. RGB value is (199,186,78). Sum of RGB (Red+Green+Blue) = 199+186+78=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA4E is #3845B1. Grayscale: #B2B2B2. Windows color (decimal): -3687858 or 5159623. OLE color: 5159623.
HSL color Cylindrical-coordinate representation of color #C7BA4E: hue angle of 53.55º 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 #C7BA4E is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 78 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.22 |
| HSL | 53.55º | 0.52% | 0.54% | - |
| HSV(B) | 53.55º | 0.61% | 0.78% | - |
| XYZ | 42.49 | 47.81 | 14.2 | - |
| YUV | 177.58 | 71.81 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 78 | 0 | 0.07 | 0.61 | 0.22 | 53.55 | 0.52 | 0.54 |
| Hex | C7 | BA | 4E | 0 | 7 | 3D | 16 | 36 | 34 | 36 |
| Octal | 307 | 272 | 116 | 0 | 7 | 75 | 26 | 66 | 64 | 66 |
| Binary | 11000111 | 10111010 | 1001110 | 0 | 111 | 111101 | 10110 | 110110 | 110100 | 110110 |
Color Harmonies of #C7BA4E
Complementary color
Monochromatic Colors of #C7BA4E
Black with #C7BA4E
Text Example
Text Example
White with #C7BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA4E; }
p { color: rgb(199,186,78); }
H1.HeaderClassName
{
color: #C7BA4E;
}
.AnyTagClassName
{
color: #C7BA4E;
}
</style>
background-color css
<style>
a { background-color: #C7BA4E; }
a { background-color: rgb(199,186,78); }
div.DivClassName
{
background-color: #C7BA4E;
}
.BgClassName
{
background-color: #C7BA4E;
}
</style>
border-color css
<style>
span { border-color: #C7BA4E; }
span { border-color: rgb(199,186,78); }
td.TdClassName
{
border-color: #C7BA4E;
}
.TagClassName
{
border-color: #C7BA4E;
}
</style>