Shades of Sundance #C6AF4F
Tints of Sundance #C6AF4F
RGB
CMYK
RGB Variations
Color information
#C6AF4F (or 0xC6AF4F) is known color: Sundance. HEX triplet: C6, AF and 4F. RGB value is (198,175,79). Sum of RGB (Red+Green+Blue) = 198+175+79=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AF4F is #3950B0. Grayscale: #ABABAB. Windows color (decimal): -3756209 or 5222342. OLE color: 5222342.
HSL color Cylindrical-coordinate representation of color #C6AF4F: hue angle of 48.4º 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 #C6AF4F is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 79 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.22 |
| HSL | 48.4º | 0.51% | 0.54% | - |
| HSV(B) | 48.4º | 0.6% | 0.78% | - |
| XYZ | 40.03 | 43.23 | 13.63 | - |
| YUV | 170.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 79 | 0 | 0.12 | 0.60 | 0.22 | 48.4 | 0.51 | 0.54 |
| Hex | C6 | AF | 4F | 0 | C | 3C | 16 | 30 | 33 | 36 |
| Octal | 306 | 257 | 117 | 0 | 14 | 74 | 26 | 60 | 63 | 66 |
| Binary | 11000110 | 10101111 | 1001111 | 0 | 1100 | 111100 | 10110 | 110000 | 110011 | 110110 |
Color Harmonies of #C6AF4F
Complementary color
Monochromatic Colors of #C6AF4F
Black with #C6AF4F
Text Example
Text Example
White with #C6AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF4F; }
p { color: rgb(198,175,79); }
H1.HeaderClassName
{
color: #C6AF4F;
}
.AnyTagClassName
{
color: #C6AF4F;
}
</style>
background-color css
<style>
a { background-color: #C6AF4F; }
a { background-color: rgb(198,175,79); }
div.DivClassName
{
background-color: #C6AF4F;
}
.BgClassName
{
background-color: #C6AF4F;
}
</style>
border-color css
<style>
span { border-color: #C6AF4F; }
span { border-color: rgb(198,175,79); }
td.TdClassName
{
border-color: #C6AF4F;
}
.TagClassName
{
border-color: #C6AF4F;
}
</style>