Shades of Sundance #C4B84E
Tints of Sundance #C4B84E
RGB
CMYK
RGB Variations
Color information
#C4B84E (or 0xC4B84E) is known color: Sundance. HEX triplet: C4, B8 and 4E. RGB value is (196,184,78). Sum of RGB (Red+Green+Blue) = 196+184+78=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B84E is #3B47B1. Grayscale: #AFAFAF. Windows color (decimal): -3884978 or 5159108. OLE color: 5159108.
HSL color Cylindrical-coordinate representation of color #C4B84E: hue angle of 53.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4B84E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 78 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.23 |
| HSL | 53.9º | 0.5% | 0.54% | - |
| HSV(B) | 53.9º | 0.6% | 0.77% | - |
| XYZ | 41.28 | 46.57 | 14.02 | - |
| YUV | 175.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 78 | 0 | 0.06 | 0.60 | 0.23 | 53.9 | 0.5 | 0.54 |
| Hex | C4 | B8 | 4E | 0 | 6 | 3C | 17 | 36 | 32 | 36 |
| Octal | 304 | 270 | 116 | 0 | 6 | 74 | 27 | 66 | 62 | 66 |
| Binary | 11000100 | 10111000 | 1001110 | 0 | 110 | 111100 | 10111 | 110110 | 110010 | 110110 |
Color Harmonies of #C4B84E
Complementary color
Monochromatic Colors of #C4B84E
Black with #C4B84E
Text Example
Text Example
White with #C4B84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B84E; }
p { color: rgb(196,184,78); }
H1.HeaderClassName
{
color: #C4B84E;
}
.AnyTagClassName
{
color: #C4B84E;
}
</style>
background-color css
<style>
a { background-color: #C4B84E; }
a { background-color: rgb(196,184,78); }
div.DivClassName
{
background-color: #C4B84E;
}
.BgClassName
{
background-color: #C4B84E;
}
</style>
border-color css
<style>
span { border-color: #C4B84E; }
span { border-color: rgb(196,184,78); }
td.TdClassName
{
border-color: #C4B84E;
}
.TagClassName
{
border-color: #C4B84E;
}
</style>