Shades of Sundance #C6A74C
Tints of Sundance #C6A74C
RGB
CMYK
RGB Variations
Color information
#C6A74C (or 0xC6A74C) is known color: Sundance. HEX triplet: C6, A7 and 4C. RGB value is (198,167,76). Sum of RGB (Red+Green+Blue) = 198+167+76=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A74C is #3958B3. Grayscale: #A6A6A6. Windows color (decimal): -3758260 or 5023686. OLE color: 5023686.
HSL color Cylindrical-coordinate representation of color #C6A74C: hue angle of 44.75º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6A74C is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 76 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.22 |
| HSL | 44.75º | 0.52% | 0.54% | - |
| HSV(B) | 44.75º | 0.62% | 0.78% | - |
| XYZ | 38.41 | 40.17 | 12.57 | - |
| YUV | 165.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 76 | 0 | 0.16 | 0.62 | 0.22 | 44.75 | 0.52 | 0.54 |
| Hex | C6 | A7 | 4C | 0 | 10 | 3E | 16 | 2D | 34 | 36 |
| Octal | 306 | 247 | 114 | 0 | 20 | 76 | 26 | 55 | 64 | 66 |
| Binary | 11000110 | 10100111 | 1001100 | 0 | 10000 | 111110 | 10110 | 101101 | 110100 | 110110 |
Color Harmonies of #C6A74C
Complementary color
Monochromatic Colors of #C6A74C
Black with #C6A74C
Text Example
Text Example
White with #C6A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A74C; }
p { color: rgb(198,167,76); }
H1.HeaderClassName
{
color: #C6A74C;
}
.AnyTagClassName
{
color: #C6A74C;
}
</style>
background-color css
<style>
a { background-color: #C6A74C; }
a { background-color: rgb(198,167,76); }
div.DivClassName
{
background-color: #C6A74C;
}
.BgClassName
{
background-color: #C6A74C;
}
</style>
border-color css
<style>
span { border-color: #C6A74C; }
span { border-color: rgb(198,167,76); }
td.TdClassName
{
border-color: #C6A74C;
}
.TagClassName
{
border-color: #C6A74C;
}
</style>