Shades of Sundance #C7B74C
Tints of Sundance #C7B74C
RGB
CMYK
RGB Variations
Color information
#C7B74C (or 0xC7B74C) is known color: Sundance. HEX triplet: C7, B7 and 4C. RGB value is (199,183,76). Sum of RGB (Red+Green+Blue) = 199+183+76=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B74C is #3848B3. Grayscale: #B0B0B0. Windows color (decimal): -3688628 or 5027783. OLE color: 5027783.
HSL color Cylindrical-coordinate representation of color #C7B74C: hue angle of 52.2º 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 #C7B74C is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 76 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.22 |
| HSL | 52.2º | 0.52% | 0.54% | - |
| HSV(B) | 52.2º | 0.62% | 0.78% | - |
| XYZ | 41.79 | 46.53 | 13.62 | - |
| YUV | 175.59 | 71.8 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 76 | 0 | 0.08 | 0.62 | 0.22 | 52.2 | 0.52 | 0.54 |
| Hex | C7 | B7 | 4C | 0 | 8 | 3E | 16 | 34 | 34 | 36 |
| Octal | 307 | 267 | 114 | 0 | 10 | 76 | 26 | 64 | 64 | 66 |
| Binary | 11000111 | 10110111 | 1001100 | 0 | 1000 | 111110 | 10110 | 110100 | 110100 | 110110 |
Color Harmonies of #C7B74C
Complementary color
Monochromatic Colors of #C7B74C
Black with #C7B74C
Text Example
Text Example
White with #C7B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B74C; }
p { color: rgb(199,183,76); }
H1.HeaderClassName
{
color: #C7B74C;
}
.AnyTagClassName
{
color: #C7B74C;
}
</style>
background-color css
<style>
a { background-color: #C7B74C; }
a { background-color: rgb(199,183,76); }
div.DivClassName
{
background-color: #C7B74C;
}
.BgClassName
{
background-color: #C7B74C;
}
</style>
border-color css
<style>
span { border-color: #C7B74C; }
span { border-color: rgb(199,183,76); }
td.TdClassName
{
border-color: #C7B74C;
}
.TagClassName
{
border-color: #C7B74C;
}
</style>