Shades of Sundance #C7B04C
Tints of Sundance #C7B04C
RGB
CMYK
RGB Variations
Color information
#C7B04C (or 0xC7B04C) is known color: Sundance. HEX triplet: C7, B0 and 4C. RGB value is (199,176,76). Sum of RGB (Red+Green+Blue) = 199+176+76=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B04C is #384FB3. Grayscale: #ABABAB. Windows color (decimal): -3690420 or 5025991. OLE color: 5025991.
HSL color Cylindrical-coordinate representation of color #C7B04C: hue angle of 48.78º 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 #C7B04C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 76 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.22 |
| HSL | 48.78º | 0.52% | 0.54% | - |
| HSV(B) | 48.78º | 0.62% | 0.78% | - |
| XYZ | 40.38 | 43.71 | 13.15 | - |
| YUV | 171.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 76 | 0 | 0.12 | 0.62 | 0.22 | 48.78 | 0.52 | 0.54 |
| Hex | C7 | B0 | 4C | 0 | C | 3E | 16 | 31 | 34 | 36 |
| Octal | 307 | 260 | 114 | 0 | 14 | 76 | 26 | 61 | 64 | 66 |
| Binary | 11000111 | 10110000 | 1001100 | 0 | 1100 | 111110 | 10110 | 110001 | 110100 | 110110 |
Color Harmonies of #C7B04C
Complementary color
Monochromatic Colors of #C7B04C
Black with #C7B04C
Text Example
Text Example
White with #C7B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B04C; }
p { color: rgb(199,176,76); }
H1.HeaderClassName
{
color: #C7B04C;
}
.AnyTagClassName
{
color: #C7B04C;
}
</style>
background-color css
<style>
a { background-color: #C7B04C; }
a { background-color: rgb(199,176,76); }
div.DivClassName
{
background-color: #C7B04C;
}
.BgClassName
{
background-color: #C7B04C;
}
</style>
border-color css
<style>
span { border-color: #C7B04C; }
span { border-color: rgb(199,176,76); }
td.TdClassName
{
border-color: #C7B04C;
}
.TagClassName
{
border-color: #C7B04C;
}
</style>