Shades of Sundance #C6A03F
Tints of Sundance #C6A03F
RGB
CMYK
RGB Variations
Color information
#C6A03F (or 0xC6A03F) is known color: Sundance. HEX triplet: C6, A0 and 3F. RGB value is (198,160,63). Sum of RGB (Red+Green+Blue) = 198+160+63=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A03F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A03F is #395FC0. Grayscale: #A0A0A0. Windows color (decimal): -3760065 or 4169926. OLE color: 4169926.
HSL color Cylindrical-coordinate representation of color #C6A03F: hue angle of 43.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6A03F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 160 | 63 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.22 |
| HSL | 43.11º | 0.54% | 0.51% | - |
| HSV(B) | 43.11º | 0.68% | 0.78% | - |
| XYZ | 36.76 | 37.51 | 10 | - |
| YUV | 160.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 160 | 63 | 0 | 0.19 | 0.68 | 0.22 | 43.11 | 0.54 | 0.51 |
| Hex | C6 | A0 | 3F | 0 | 13 | 44 | 16 | 2B | 36 | 33 |
| Octal | 306 | 240 | 77 | 0 | 23 | 104 | 26 | 53 | 66 | 63 |
| Binary | 11000110 | 10100000 | 111111 | 0 | 10011 | 1000100 | 10110 | 101011 | 110110 | 110011 |
Color Harmonies of #C6A03F
Complementary color
Monochromatic Colors of #C6A03F
Black with #C6A03F
Text Example
Text Example
White with #C6A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A03F; }
p { color: rgb(198,160,63); }
H1.HeaderClassName
{
color: #C6A03F;
}
.AnyTagClassName
{
color: #C6A03F;
}
</style>
background-color css
<style>
a { background-color: #C6A03F; }
a { background-color: rgb(198,160,63); }
div.DivClassName
{
background-color: #C6A03F;
}
.BgClassName
{
background-color: #C6A03F;
}
</style>
border-color css
<style>
span { border-color: #C6A03F; }
span { border-color: rgb(198,160,63); }
td.TdClassName
{
border-color: #C6A03F;
}
.TagClassName
{
border-color: #C6A03F;
}
</style>