Shades of Sundance #C6B84F
Tints of Sundance #C6B84F
RGB
CMYK
RGB Variations
Color information
#C6B84F (or 0xC6B84F) is known color: Sundance. HEX triplet: C6, B8 and 4F. RGB value is (198,184,79). Sum of RGB (Red+Green+Blue) = 198+184+79=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B84F is #3947B0. Grayscale: #B0B0B0. Windows color (decimal): -3753905 or 5224646. OLE color: 5224646.
HSL color Cylindrical-coordinate representation of color #C6B84F: hue angle of 52.94º 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 #C6B84F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 79 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.22 |
| HSL | 52.94º | 0.51% | 0.54% | - |
| HSV(B) | 52.94º | 0.6% | 0.78% | - |
| XYZ | 41.84 | 46.85 | 14.24 | - |
| YUV | 176.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 79 | 0 | 0.07 | 0.60 | 0.22 | 52.94 | 0.51 | 0.54 |
| Hex | C6 | B8 | 4F | 0 | 7 | 3C | 16 | 35 | 33 | 36 |
| Octal | 306 | 270 | 117 | 0 | 7 | 74 | 26 | 65 | 63 | 66 |
| Binary | 11000110 | 10111000 | 1001111 | 0 | 111 | 111100 | 10110 | 110101 | 110011 | 110110 |
Color Harmonies of #C6B84F
Complementary color
Monochromatic Colors of #C6B84F
Black with #C6B84F
Text Example
Text Example
White with #C6B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B84F; }
p { color: rgb(198,184,79); }
H1.HeaderClassName
{
color: #C6B84F;
}
.AnyTagClassName
{
color: #C6B84F;
}
</style>
background-color css
<style>
a { background-color: #C6B84F; }
a { background-color: rgb(198,184,79); }
div.DivClassName
{
background-color: #C6B84F;
}
.BgClassName
{
background-color: #C6B84F;
}
</style>
border-color css
<style>
span { border-color: #C6B84F; }
span { border-color: rgb(198,184,79); }
td.TdClassName
{
border-color: #C6B84F;
}
.TagClassName
{
border-color: #C6B84F;
}
</style>