Shades of Sundance #C6B14A
Tints of Sundance #C6B14A
RGB
CMYK
RGB Variations
Color information
#C6B14A (or 0xC6B14A) is known color: Sundance. HEX triplet: C6, B1 and 4A. RGB value is (198,177,74). Sum of RGB (Red+Green+Blue) = 198+177+74=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B14A is #394EB5. Grayscale: #ABABAB. Windows color (decimal): -3755702 or 4895174. OLE color: 4895174.
HSL color Cylindrical-coordinate representation of color #C6B14A: hue angle of 49.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6B14A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 74 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.22 |
| HSL | 49.84º | 0.52% | 0.53% | - |
| HSV(B) | 49.84º | 0.63% | 0.78% | - |
| XYZ | 40.25 | 43.94 | 12.84 | - |
| YUV | 171.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 74 | 0 | 0.11 | 0.63 | 0.22 | 49.84 | 0.52 | 0.53 |
| Hex | C6 | B1 | 4A | 0 | B | 3F | 16 | 32 | 34 | 35 |
| Octal | 306 | 261 | 112 | 0 | 13 | 77 | 26 | 62 | 64 | 65 |
| Binary | 11000110 | 10110001 | 1001010 | 0 | 1011 | 111111 | 10110 | 110010 | 110100 | 110101 |
Color Harmonies of #C6B14A
Complementary color
Monochromatic Colors of #C6B14A
Black with #C6B14A
Text Example
Text Example
White with #C6B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B14A; }
p { color: rgb(198,177,74); }
H1.HeaderClassName
{
color: #C6B14A;
}
.AnyTagClassName
{
color: #C6B14A;
}
</style>
background-color css
<style>
a { background-color: #C6B14A; }
a { background-color: rgb(198,177,74); }
div.DivClassName
{
background-color: #C6B14A;
}
.BgClassName
{
background-color: #C6B14A;
}
</style>
border-color css
<style>
span { border-color: #C6B14A; }
span { border-color: rgb(198,177,74); }
td.TdClassName
{
border-color: #C6B14A;
}
.TagClassName
{
border-color: #C6B14A;
}
</style>