Shades of Sundance #C6B853
Tints of Sundance #C6B853
RGB
CMYK
RGB Variations
Color information
#C6B853 (or 0xC6B853) is known color: Sundance. HEX triplet: C6, B8 and 53. RGB value is (198,184,83). Sum of RGB (Red+Green+Blue) = 198+184+83=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B853 is #3947AC. Grayscale: #B1B1B1. Windows color (decimal): -3753901 or 5486790. OLE color: 5486790.
HSL color Cylindrical-coordinate representation of color #C6B853: hue angle of 52.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6B853 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 83 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.22 |
| HSL | 52.7º | 0.5% | 0.55% | - |
| HSV(B) | 52.7º | 0.58% | 0.78% | - |
| XYZ | 41.99 | 46.91 | 15.03 | - |
| YUV | 176.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 83 | 0 | 0.07 | 0.58 | 0.22 | 52.7 | 0.5 | 0.55 |
| Hex | C6 | B8 | 53 | 0 | 7 | 3A | 16 | 35 | 32 | 37 |
| Octal | 306 | 270 | 123 | 0 | 7 | 72 | 26 | 65 | 62 | 67 |
| Binary | 11000110 | 10111000 | 1010011 | 0 | 111 | 111010 | 10110 | 110101 | 110010 | 110111 |
Color Harmonies of #C6B853
Complementary color
Monochromatic Colors of #C6B853
Black with #C6B853
Text Example
Text Example
White with #C6B853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B853; }
p { color: rgb(198,184,83); }
H1.HeaderClassName
{
color: #C6B853;
}
.AnyTagClassName
{
color: #C6B853;
}
</style>
background-color css
<style>
a { background-color: #C6B853; }
a { background-color: rgb(198,184,83); }
div.DivClassName
{
background-color: #C6B853;
}
.BgClassName
{
background-color: #C6B853;
}
</style>
border-color css
<style>
span { border-color: #C6B853; }
span { border-color: rgb(198,184,83); }
td.TdClassName
{
border-color: #C6B853;
}
.TagClassName
{
border-color: #C6B853;
}
</style>