Shades of Sundance #C6B14C
Tints of Sundance #C6B14C
RGB
CMYK
RGB Variations
Color information
#C6B14C (or 0xC6B14C) is known color: Sundance. HEX triplet: C6, B1 and 4C. RGB value is (198,177,76). Sum of RGB (Red+Green+Blue) = 198+177+76=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B14C is #394EB3. Grayscale: #ACACAC. Windows color (decimal): -3755700 or 5026246. OLE color: 5026246.
HSL color Cylindrical-coordinate representation of color #C6B14C: hue angle of 49.67º 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 #C6B14C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 76 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.22 |
| HSL | 49.67º | 0.52% | 0.54% | - |
| HSV(B) | 49.67º | 0.62% | 0.78% | - |
| XYZ | 40.32 | 43.97 | 13.2 | - |
| YUV | 171.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 76 | 0 | 0.11 | 0.62 | 0.22 | 49.67 | 0.52 | 0.54 |
| Hex | C6 | B1 | 4C | 0 | B | 3E | 16 | 32 | 34 | 36 |
| Octal | 306 | 261 | 114 | 0 | 13 | 76 | 26 | 62 | 64 | 66 |
| Binary | 11000110 | 10110001 | 1001100 | 0 | 1011 | 111110 | 10110 | 110010 | 110100 | 110110 |
Color Harmonies of #C6B14C
Complementary color
Monochromatic Colors of #C6B14C
Black with #C6B14C
Text Example
Text Example
White with #C6B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B14C; }
p { color: rgb(198,177,76); }
H1.HeaderClassName
{
color: #C6B14C;
}
.AnyTagClassName
{
color: #C6B14C;
}
</style>
background-color css
<style>
a { background-color: #C6B14C; }
a { background-color: rgb(198,177,76); }
div.DivClassName
{
background-color: #C6B14C;
}
.BgClassName
{
background-color: #C6B14C;
}
</style>
border-color css
<style>
span { border-color: #C6B14C; }
span { border-color: rgb(198,177,76); }
td.TdClassName
{
border-color: #C6B14C;
}
.TagClassName
{
border-color: #C6B14C;
}
</style>