Shades of Sundance #C6AA44
Tints of Sundance #C6AA44
RGB
CMYK
RGB Variations
Color information
#C6AA44 (or 0xC6AA44) is known color: Sundance. HEX triplet: C6, AA and 44. RGB value is (198,170,68). Sum of RGB (Red+Green+Blue) = 198+170+68=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA44 is #3955BB. Grayscale: #A7A7A7. Windows color (decimal): -3757500 or 4500166. OLE color: 4500166.
HSL color Cylindrical-coordinate representation of color #C6AA44: hue angle of 47.08º 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 #C6AA44 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 68 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 47.08º | 0.53% | 0.52% | - |
| HSV(B) | 47.08º | 0.66% | 0.78% | - |
| XYZ | 38.71 | 41.17 | 11.38 | - |
| YUV | 166.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 68 | 0 | 0.14 | 0.66 | 0.22 | 47.08 | 0.53 | 0.52 |
| Hex | C6 | AA | 44 | 0 | E | 42 | 16 | 2F | 35 | 34 |
| Octal | 306 | 252 | 104 | 0 | 16 | 102 | 26 | 57 | 65 | 64 |
| Binary | 11000110 | 10101010 | 1000100 | 0 | 1110 | 1000010 | 10110 | 101111 | 110101 | 110100 |
Color Harmonies of #C6AA44
Complementary color
Monochromatic Colors of #C6AA44
Black with #C6AA44
Text Example
Text Example
White with #C6AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA44; }
p { color: rgb(198,170,68); }
H1.HeaderClassName
{
color: #C6AA44;
}
.AnyTagClassName
{
color: #C6AA44;
}
</style>
background-color css
<style>
a { background-color: #C6AA44; }
a { background-color: rgb(198,170,68); }
div.DivClassName
{
background-color: #C6AA44;
}
.BgClassName
{
background-color: #C6AA44;
}
</style>
border-color css
<style>
span { border-color: #C6AA44; }
span { border-color: rgb(198,170,68); }
td.TdClassName
{
border-color: #C6AA44;
}
.TagClassName
{
border-color: #C6AA44;
}
</style>