Shades of Sundance #C6B14F
Tints of Sundance #C6B14F
RGB
CMYK
RGB Variations
Color information
#C6B14F (or 0xC6B14F) is known color: Sundance. HEX triplet: C6, B1 and 4F. RGB value is (198,177,79). Sum of RGB (Red+Green+Blue) = 198+177+79=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B14F is #394EB0. Grayscale: #ACACAC. Windows color (decimal): -3755697 or 5222854. OLE color: 5222854.
HSL color Cylindrical-coordinate representation of color #C6B14F: hue angle of 49.41º 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 #C6B14F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 79 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.22 |
| HSL | 49.41º | 0.51% | 0.54% | - |
| HSV(B) | 49.41º | 0.6% | 0.78% | - |
| XYZ | 40.42 | 44.01 | 13.76 | - |
| YUV | 172.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 79 | 0 | 0.11 | 0.60 | 0.22 | 49.41 | 0.51 | 0.54 |
| Hex | C6 | B1 | 4F | 0 | B | 3C | 16 | 31 | 33 | 36 |
| Octal | 306 | 261 | 117 | 0 | 13 | 74 | 26 | 61 | 63 | 66 |
| Binary | 11000110 | 10110001 | 1001111 | 0 | 1011 | 111100 | 10110 | 110001 | 110011 | 110110 |
Color Harmonies of #C6B14F
Complementary color
Monochromatic Colors of #C6B14F
Black with #C6B14F
Text Example
Text Example
White with #C6B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B14F; }
p { color: rgb(198,177,79); }
H1.HeaderClassName
{
color: #C6B14F;
}
.AnyTagClassName
{
color: #C6B14F;
}
</style>
background-color css
<style>
a { background-color: #C6B14F; }
a { background-color: rgb(198,177,79); }
div.DivClassName
{
background-color: #C6B14F;
}
.BgClassName
{
background-color: #C6B14F;
}
</style>
border-color css
<style>
span { border-color: #C6B14F; }
span { border-color: rgb(198,177,79); }
td.TdClassName
{
border-color: #C6B14F;
}
.TagClassName
{
border-color: #C6B14F;
}
</style>