Shades of Sundance #C7B34F
Tints of Sundance #C7B34F
RGB
CMYK
RGB Variations
Color information
#C7B34F (or 0xC7B34F) is known color: Sundance. HEX triplet: C7, B3 and 4F. RGB value is (199,179,79). Sum of RGB (Red+Green+Blue) = 199+179+79=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B34F is #384CB0. Grayscale: #AEAEAE. Windows color (decimal): -3689649 or 5223367. OLE color: 5223367.
HSL color Cylindrical-coordinate representation of color #C7B34F: hue angle of 50º 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 #C7B34F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 79 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.22 |
| HSL | 50º | 0.52% | 0.55% | - |
| HSV(B) | 50º | 0.6% | 0.78% | - |
| XYZ | 41.08 | 44.95 | 13.91 | - |
| YUV | 173.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 79 | 0 | 0.10 | 0.60 | 0.22 | 50 | 0.52 | 0.55 |
| Hex | C7 | B3 | 4F | 0 | A | 3C | 16 | 32 | 34 | 37 |
| Octal | 307 | 263 | 117 | 0 | 12 | 74 | 26 | 62 | 64 | 67 |
| Binary | 11000111 | 10110011 | 1001111 | 0 | 1010 | 111100 | 10110 | 110010 | 110100 | 110111 |
Color Harmonies of #C7B34F
Complementary color
Monochromatic Colors of #C7B34F
Black with #C7B34F
Text Example
Text Example
White with #C7B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B34F; }
p { color: rgb(199,179,79); }
H1.HeaderClassName
{
color: #C7B34F;
}
.AnyTagClassName
{
color: #C7B34F;
}
</style>
background-color css
<style>
a { background-color: #C7B34F; }
a { background-color: rgb(199,179,79); }
div.DivClassName
{
background-color: #C7B34F;
}
.BgClassName
{
background-color: #C7B34F;
}
</style>
border-color css
<style>
span { border-color: #C7B34F; }
span { border-color: rgb(199,179,79); }
td.TdClassName
{
border-color: #C7B34F;
}
.TagClassName
{
border-color: #C7B34F;
}
</style>