Shades of Sundance #C6A03E
Tints of Sundance #C6A03E
RGB
CMYK
RGB Variations
Color information
#C6A03E (or 0xC6A03E) is known color: Sundance. HEX triplet: C6, A0 and 3E. RGB value is (198,160,62). Sum of RGB (Red+Green+Blue) = 198+160+62=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A03E is #395FC1. Grayscale: #A0A0A0. Windows color (decimal): -3760066 or 4104390. OLE color: 4104390.
HSL color Cylindrical-coordinate representation of color #C6A03E: hue angle of 43.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6A03E is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 62 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.22 |
| HSL | 43.24º | 0.54% | 0.51% | - |
| HSV(B) | 43.24º | 0.69% | 0.78% | - |
| XYZ | 36.73 | 37.5 | 9.86 | - |
| YUV | 160.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 62 | 0 | 0.19 | 0.69 | 0.22 | 43.24 | 0.54 | 0.51 |
| Hex | C6 | A0 | 3E | 0 | 13 | 45 | 16 | 2B | 36 | 33 |
| Octal | 306 | 240 | 76 | 0 | 23 | 105 | 26 | 53 | 66 | 63 |
| Binary | 11000110 | 10100000 | 111110 | 0 | 10011 | 1000101 | 10110 | 101011 | 110110 | 110011 |
Color Harmonies of #C6A03E
Complementary color
Monochromatic Colors of #C6A03E
Black with #C6A03E
Text Example
Text Example
White with #C6A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A03E; }
p { color: rgb(198,160,62); }
H1.HeaderClassName
{
color: #C6A03E;
}
.AnyTagClassName
{
color: #C6A03E;
}
</style>
background-color css
<style>
a { background-color: #C6A03E; }
a { background-color: rgb(198,160,62); }
div.DivClassName
{
background-color: #C6A03E;
}
.BgClassName
{
background-color: #C6A03E;
}
</style>
border-color css
<style>
span { border-color: #C6A03E; }
span { border-color: rgb(198,160,62); }
td.TdClassName
{
border-color: #C6A03E;
}
.TagClassName
{
border-color: #C6A03E;
}
</style>