Shades of Sundance #C7BA4F
Tints of Sundance #C7BA4F
RGB
CMYK
RGB Variations
Color information
#C7BA4F (or 0xC7BA4F) is known color: Sundance. HEX triplet: C7, BA and 4F. RGB value is (199,186,79). Sum of RGB (Red+Green+Blue) = 199+186+79=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA4F is #3845B0. Grayscale: #B2B2B2. Windows color (decimal): -3687857 or 5225159. OLE color: 5225159.
HSL color Cylindrical-coordinate representation of color #C7BA4F: hue angle of 53.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7BA4F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 79 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.22 |
| HSL | 53.5º | 0.52% | 0.55% | - |
| HSV(B) | 53.5º | 0.6% | 0.78% | - |
| XYZ | 42.52 | 47.82 | 14.39 | - |
| YUV | 177.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 79 | 0 | 0.07 | 0.60 | 0.22 | 53.5 | 0.52 | 0.55 |
| Hex | C7 | BA | 4F | 0 | 7 | 3C | 16 | 36 | 34 | 37 |
| Octal | 307 | 272 | 117 | 0 | 7 | 74 | 26 | 66 | 64 | 67 |
| Binary | 11000111 | 10111010 | 1001111 | 0 | 111 | 111100 | 10110 | 110110 | 110100 | 110111 |
Color Harmonies of #C7BA4F
Complementary color
Monochromatic Colors of #C7BA4F
Black with #C7BA4F
Text Example
Text Example
White with #C7BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA4F; }
p { color: rgb(199,186,79); }
H1.HeaderClassName
{
color: #C7BA4F;
}
.AnyTagClassName
{
color: #C7BA4F;
}
</style>
background-color css
<style>
a { background-color: #C7BA4F; }
a { background-color: rgb(199,186,79); }
div.DivClassName
{
background-color: #C7BA4F;
}
.BgClassName
{
background-color: #C7BA4F;
}
</style>
border-color css
<style>
span { border-color: #C7BA4F; }
span { border-color: rgb(199,186,79); }
td.TdClassName
{
border-color: #C7BA4F;
}
.TagClassName
{
border-color: #C7BA4F;
}
</style>