Shades of Sundance #C6AC43
Tints of Sundance #C6AC43
RGB
CMYK
RGB Variations
Color information
#C6AC43 (or 0xC6AC43) is known color: Sundance. HEX triplet: C6, AC and 43. RGB value is (198,172,67). Sum of RGB (Red+Green+Blue) = 198+172+67=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC43 is #3953BC. Grayscale: #A8A8A8. Windows color (decimal): -3756989 or 4435142. OLE color: 4435142.
HSL color Cylindrical-coordinate representation of color #C6AC43: hue angle of 48.09º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6AC43 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 172 | 67 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.22 |
| HSL | 48.09º | 0.53% | 0.52% | - |
| HSV(B) | 48.09º | 0.66% | 0.78% | - |
| XYZ | 39.05 | 41.92 | 11.34 | - |
| YUV | 167.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 172 | 67 | 0 | 0.13 | 0.66 | 0.22 | 48.09 | 0.53 | 0.52 |
| Hex | C6 | AC | 43 | 0 | D | 42 | 16 | 30 | 35 | 34 |
| Octal | 306 | 254 | 103 | 0 | 15 | 102 | 26 | 60 | 65 | 64 |
| Binary | 11000110 | 10101100 | 1000011 | 0 | 1101 | 1000010 | 10110 | 110000 | 110101 | 110100 |
Color Harmonies of #C6AC43
Complementary color
Monochromatic Colors of #C6AC43
Black with #C6AC43
Text Example
Text Example
White with #C6AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AC43; }
p { color: rgb(198,172,67); }
H1.HeaderClassName
{
color: #C6AC43;
}
.AnyTagClassName
{
color: #C6AC43;
}
</style>
background-color css
<style>
a { background-color: #C6AC43; }
a { background-color: rgb(198,172,67); }
div.DivClassName
{
background-color: #C6AC43;
}
.BgClassName
{
background-color: #C6AC43;
}
</style>
border-color css
<style>
span { border-color: #C6AC43; }
span { border-color: rgb(198,172,67); }
td.TdClassName
{
border-color: #C6AC43;
}
.TagClassName
{
border-color: #C6AC43;
}
</style>