Shades of Sundance #C6B84A
Tints of Sundance #C6B84A
RGB
CMYK
RGB Variations
Color information
#C6B84A (or 0xC6B84A) is known color: Sundance. HEX triplet: C6, B8 and 4A. RGB value is (198,184,74). Sum of RGB (Red+Green+Blue) = 198+184+74=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B84A is #3947B5. Grayscale: #B0B0B0. Windows color (decimal): -3753910 or 4896966. OLE color: 4896966.
HSL color Cylindrical-coordinate representation of color #C6B84A: hue angle of 53.23º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6B84A is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 74 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.22 |
| HSL | 53.23º | 0.52% | 0.53% | - |
| HSV(B) | 53.23º | 0.63% | 0.78% | - |
| XYZ | 41.67 | 46.78 | 13.31 | - |
| YUV | 175.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 74 | 0 | 0.07 | 0.63 | 0.22 | 53.23 | 0.52 | 0.53 |
| Hex | C6 | B8 | 4A | 0 | 7 | 3F | 16 | 35 | 34 | 35 |
| Octal | 306 | 270 | 112 | 0 | 7 | 77 | 26 | 65 | 64 | 65 |
| Binary | 11000110 | 10111000 | 1001010 | 0 | 111 | 111111 | 10110 | 110101 | 110100 | 110101 |
Color Harmonies of #C6B84A
Complementary color
Monochromatic Colors of #C6B84A
Black with #C6B84A
Text Example
Text Example
White with #C6B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B84A; }
p { color: rgb(198,184,74); }
H1.HeaderClassName
{
color: #C6B84A;
}
.AnyTagClassName
{
color: #C6B84A;
}
</style>
background-color css
<style>
a { background-color: #C6B84A; }
a { background-color: rgb(198,184,74); }
div.DivClassName
{
background-color: #C6B84A;
}
.BgClassName
{
background-color: #C6B84A;
}
</style>
border-color css
<style>
span { border-color: #C6B84A; }
span { border-color: rgb(198,184,74); }
td.TdClassName
{
border-color: #C6B84A;
}
.TagClassName
{
border-color: #C6B84A;
}
</style>