Shades of Sundance #C7B34C
Tints of Sundance #C7B34C
RGB
CMYK
RGB Variations
Color information
#C7B34C (or 0xC7B34C) is known color: Sundance. HEX triplet: C7, B3 and 4C. RGB value is (199,179,76). Sum of RGB (Red+Green+Blue) = 199+179+76=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B34C is #384CB3. Grayscale: #ADADAD. Windows color (decimal): -3689652 or 5026759. OLE color: 5026759.
HSL color Cylindrical-coordinate representation of color #C7B34C: hue angle of 50.24º 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 #C7B34C is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 76 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.22 |
| HSL | 50.24º | 0.52% | 0.54% | - |
| HSV(B) | 50.24º | 0.62% | 0.78% | - |
| XYZ | 40.98 | 44.9 | 13.35 | - |
| YUV | 173.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 76 | 0 | 0.10 | 0.62 | 0.22 | 50.24 | 0.52 | 0.54 |
| Hex | C7 | B3 | 4C | 0 | A | 3E | 16 | 32 | 34 | 36 |
| Octal | 307 | 263 | 114 | 0 | 12 | 76 | 26 | 62 | 64 | 66 |
| Binary | 11000111 | 10110011 | 1001100 | 0 | 1010 | 111110 | 10110 | 110010 | 110100 | 110110 |
Color Harmonies of #C7B34C
Complementary color
Monochromatic Colors of #C7B34C
Black with #C7B34C
Text Example
Text Example
White with #C7B34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B34C; }
p { color: rgb(199,179,76); }
H1.HeaderClassName
{
color: #C7B34C;
}
.AnyTagClassName
{
color: #C7B34C;
}
</style>
background-color css
<style>
a { background-color: #C7B34C; }
a { background-color: rgb(199,179,76); }
div.DivClassName
{
background-color: #C7B34C;
}
.BgClassName
{
background-color: #C7B34C;
}
</style>
border-color css
<style>
span { border-color: #C7B34C; }
span { border-color: rgb(199,179,76); }
td.TdClassName
{
border-color: #C7B34C;
}
.TagClassName
{
border-color: #C7B34C;
}
</style>