Shades of Sundance #C6A83F
Tints of Sundance #C6A83F
RGB
CMYK
RGB Variations
Color information
#C6A83F (or 0xC6A83F) is known color: Sundance. HEX triplet: C6, A8 and 3F. RGB value is (198,168,63). Sum of RGB (Red+Green+Blue) = 198+168+63=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A83F is #3957C0. Grayscale: #A5A5A5. Windows color (decimal): -3758017 or 4171974. OLE color: 4171974.
HSL color Cylindrical-coordinate representation of color #C6A83F: hue angle of 46.67º 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 #C6A83F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 63 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.22 |
| HSL | 46.67º | 0.54% | 0.51% | - |
| HSV(B) | 46.67º | 0.68% | 0.78% | - |
| XYZ | 38.19 | 40.37 | 10.48 | - |
| YUV | 165 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 63 | 0 | 0.15 | 0.68 | 0.22 | 46.67 | 0.54 | 0.51 |
| Hex | C6 | A8 | 3F | 0 | F | 44 | 16 | 2F | 36 | 33 |
| Octal | 306 | 250 | 77 | 0 | 17 | 104 | 26 | 57 | 66 | 63 |
| Binary | 11000110 | 10101000 | 111111 | 0 | 1111 | 1000100 | 10110 | 101111 | 110110 | 110011 |
Color Harmonies of #C6A83F
Complementary color
Monochromatic Colors of #C6A83F
Black with #C6A83F
Text Example
Text Example
White with #C6A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A83F; }
p { color: rgb(198,168,63); }
H1.HeaderClassName
{
color: #C6A83F;
}
.AnyTagClassName
{
color: #C6A83F;
}
</style>
background-color css
<style>
a { background-color: #C6A83F; }
a { background-color: rgb(198,168,63); }
div.DivClassName
{
background-color: #C6A83F;
}
.BgClassName
{
background-color: #C6A83F;
}
</style>
border-color css
<style>
span { border-color: #C6A83F; }
span { border-color: rgb(198,168,63); }
td.TdClassName
{
border-color: #C6A83F;
}
.TagClassName
{
border-color: #C6A83F;
}
</style>