Shades of Sundance #C7BC4C
Tints of Sundance #C7BC4C
RGB
CMYK
RGB Variations
Color information
#C7BC4C (or 0xC7BC4C) is known color: Sundance. HEX triplet: C7, BC and 4C. RGB value is (199,188,76). Sum of RGB (Red+Green+Blue) = 199+188+76=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC4C is #3843B3. Grayscale: #B2B2B2. Windows color (decimal): -3687348 or 5029063. OLE color: 5029063.
HSL color Cylindrical-coordinate representation of color #C7BC4C: hue angle of 54.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7BC4C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 76 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.22 |
| HSL | 54.63º | 0.52% | 0.54% | - |
| HSV(B) | 54.63º | 0.62% | 0.78% | - |
| XYZ | 42.84 | 48.63 | 13.97 | - |
| YUV | 178.52 | 70.14 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 76 | 0 | 0.06 | 0.62 | 0.22 | 54.63 | 0.52 | 0.54 |
| Hex | C7 | BC | 4C | 0 | 6 | 3E | 16 | 37 | 34 | 36 |
| Octal | 307 | 274 | 114 | 0 | 6 | 76 | 26 | 67 | 64 | 66 |
| Binary | 11000111 | 10111100 | 1001100 | 0 | 110 | 111110 | 10110 | 110111 | 110100 | 110110 |
Color Harmonies of #C7BC4C
Complementary color
Monochromatic Colors of #C7BC4C
Black with #C7BC4C
Text Example
Text Example
White with #C7BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC4C; }
p { color: rgb(199,188,76); }
H1.HeaderClassName
{
color: #C7BC4C;
}
.AnyTagClassName
{
color: #C7BC4C;
}
</style>
background-color css
<style>
a { background-color: #C7BC4C; }
a { background-color: rgb(199,188,76); }
div.DivClassName
{
background-color: #C7BC4C;
}
.BgClassName
{
background-color: #C7BC4C;
}
</style>
border-color css
<style>
span { border-color: #C7BC4C; }
span { border-color: rgb(199,188,76); }
td.TdClassName
{
border-color: #C7BC4C;
}
.TagClassName
{
border-color: #C7BC4C;
}
</style>