Shades of Sundance #C6B34F
Tints of Sundance #C6B34F
RGB
CMYK
RGB Variations
Color information
#C6B34F (or 0xC6B34F) is known color: Sundance. HEX triplet: C6, B3 and 4F. RGB value is (198,179,79). Sum of RGB (Red+Green+Blue) = 198+179+79=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B34F is #394CB0. Grayscale: #ADADAD. Windows color (decimal): -3755185 or 5223366. OLE color: 5223366.
HSL color Cylindrical-coordinate representation of color #C6B34F: hue angle of 50.42º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6B34F is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 79 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.22 |
| HSL | 50.42º | 0.51% | 0.54% | - |
| HSV(B) | 50.42º | 0.6% | 0.78% | - |
| XYZ | 40.82 | 44.81 | 13.89 | - |
| YUV | 173.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 79 | 0 | 0.10 | 0.60 | 0.22 | 50.42 | 0.51 | 0.54 |
| Hex | C6 | B3 | 4F | 0 | A | 3C | 16 | 32 | 33 | 36 |
| Octal | 306 | 263 | 117 | 0 | 12 | 74 | 26 | 62 | 63 | 66 |
| Binary | 11000110 | 10110011 | 1001111 | 0 | 1010 | 111100 | 10110 | 110010 | 110011 | 110110 |
Color Harmonies of #C6B34F
Complementary color
Monochromatic Colors of #C6B34F
Black with #C6B34F
Text Example
Text Example
White with #C6B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B34F; }
p { color: rgb(198,179,79); }
H1.HeaderClassName
{
color: #C6B34F;
}
.AnyTagClassName
{
color: #C6B34F;
}
</style>
background-color css
<style>
a { background-color: #C6B34F; }
a { background-color: rgb(198,179,79); }
div.DivClassName
{
background-color: #C6B34F;
}
.BgClassName
{
background-color: #C6B34F;
}
</style>
border-color css
<style>
span { border-color: #C6B34F; }
span { border-color: rgb(198,179,79); }
td.TdClassName
{
border-color: #C6B34F;
}
.TagClassName
{
border-color: #C6B34F;
}
</style>