Shades of Sundance #C6AA4F
Tints of Sundance #C6AA4F
RGB
CMYK
RGB Variations
Color information
#C6AA4F (or 0xC6AA4F) is known color: Sundance. HEX triplet: C6, AA and 4F. RGB value is (198,170,79). Sum of RGB (Red+Green+Blue) = 198+170+79=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA4F is #3955B0. Grayscale: #A8A8A8. Windows color (decimal): -3757489 or 5221062. OLE color: 5221062.
HSL color Cylindrical-coordinate representation of color #C6AA4F: hue angle of 45.88º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6AA4F is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 79 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.22 |
| HSL | 45.88º | 0.51% | 0.54% | - |
| HSV(B) | 45.88º | 0.6% | 0.78% | - |
| XYZ | 39.07 | 41.32 | 13.31 | - |
| YUV | 168 | 77.78 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 79 | 0 | 0.14 | 0.60 | 0.22 | 45.88 | 0.51 | 0.54 |
| Hex | C6 | AA | 4F | 0 | E | 3C | 16 | 2E | 33 | 36 |
| Octal | 306 | 252 | 117 | 0 | 16 | 74 | 26 | 56 | 63 | 66 |
| Binary | 11000110 | 10101010 | 1001111 | 0 | 1110 | 111100 | 10110 | 101110 | 110011 | 110110 |
Color Harmonies of #C6AA4F
Complementary color
Monochromatic Colors of #C6AA4F
Black with #C6AA4F
Text Example
Text Example
White with #C6AA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA4F; }
p { color: rgb(198,170,79); }
H1.HeaderClassName
{
color: #C6AA4F;
}
.AnyTagClassName
{
color: #C6AA4F;
}
</style>
background-color css
<style>
a { background-color: #C6AA4F; }
a { background-color: rgb(198,170,79); }
div.DivClassName
{
background-color: #C6AA4F;
}
.BgClassName
{
background-color: #C6AA4F;
}
</style>
border-color css
<style>
span { border-color: #C6AA4F; }
span { border-color: rgb(198,170,79); }
td.TdClassName
{
border-color: #C6AA4F;
}
.TagClassName
{
border-color: #C6AA4F;
}
</style>