Shades of Sundance #C4B54E
Tints of Sundance #C4B54E
RGB
CMYK
RGB Variations
Color information
#C4B54E (or 0xC4B54E) is known color: Sundance. HEX triplet: C4, B5 and 4E. RGB value is (196,181,78). Sum of RGB (Red+Green+Blue) = 196+181+78=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B54E is #3B4AB1. Grayscale: #AEAEAE. Windows color (decimal): -3885746 or 5158340. OLE color: 5158340.
HSL color Cylindrical-coordinate representation of color #C4B54E: hue angle of 52.37º 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 #C4B54E is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 78 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.23 |
| HSL | 52.37º | 0.5% | 0.54% | - |
| HSV(B) | 52.37º | 0.6% | 0.77% | - |
| XYZ | 40.66 | 45.33 | 13.81 | - |
| YUV | 173.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 78 | 0 | 0.08 | 0.60 | 0.23 | 52.37 | 0.5 | 0.54 |
| Hex | C4 | B5 | 4E | 0 | 8 | 3C | 17 | 34 | 32 | 36 |
| Octal | 304 | 265 | 116 | 0 | 10 | 74 | 27 | 64 | 62 | 66 |
| Binary | 11000100 | 10110101 | 1001110 | 0 | 1000 | 111100 | 10111 | 110100 | 110010 | 110110 |
Color Harmonies of #C4B54E
Complementary color
Monochromatic Colors of #C4B54E
Black with #C4B54E
Text Example
Text Example
White with #C4B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B54E; }
p { color: rgb(196,181,78); }
H1.HeaderClassName
{
color: #C4B54E;
}
.AnyTagClassName
{
color: #C4B54E;
}
</style>
background-color css
<style>
a { background-color: #C4B54E; }
a { background-color: rgb(196,181,78); }
div.DivClassName
{
background-color: #C4B54E;
}
.BgClassName
{
background-color: #C4B54E;
}
</style>
border-color css
<style>
span { border-color: #C4B54E; }
span { border-color: rgb(196,181,78); }
td.TdClassName
{
border-color: #C4B54E;
}
.TagClassName
{
border-color: #C4B54E;
}
</style>