Shades of Sundance #C4B54F
Tints of Sundance #C4B54F
RGB
CMYK
RGB Variations
Color information
#C4B54F (or 0xC4B54F) is known color: Sundance. HEX triplet: C4, B5 and 4F. RGB value is (196,181,79). Sum of RGB (Red+Green+Blue) = 196+181+79=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B54F is #3B4AB0. Grayscale: #AEAEAE. Windows color (decimal): -3885745 or 5223876. OLE color: 5223876.
HSL color Cylindrical-coordinate representation of color #C4B54F: hue angle of 52.31º 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 #C4B54F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 79 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.23 |
| HSL | 52.31º | 0.5% | 0.54% | - |
| HSV(B) | 52.31º | 0.6% | 0.77% | - |
| XYZ | 40.7 | 45.35 | 14.01 | - |
| YUV | 173.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 79 | 0 | 0.08 | 0.60 | 0.23 | 52.31 | 0.5 | 0.54 |
| Hex | C4 | B5 | 4F | 0 | 8 | 3C | 17 | 34 | 32 | 36 |
| Octal | 304 | 265 | 117 | 0 | 10 | 74 | 27 | 64 | 62 | 66 |
| Binary | 11000100 | 10110101 | 1001111 | 0 | 1000 | 111100 | 10111 | 110100 | 110010 | 110110 |
Color Harmonies of #C4B54F
Complementary color
Monochromatic Colors of #C4B54F
Black with #C4B54F
Text Example
Text Example
White with #C4B54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B54F; }
p { color: rgb(196,181,79); }
H1.HeaderClassName
{
color: #C4B54F;
}
.AnyTagClassName
{
color: #C4B54F;
}
</style>
background-color css
<style>
a { background-color: #C4B54F; }
a { background-color: rgb(196,181,79); }
div.DivClassName
{
background-color: #C4B54F;
}
.BgClassName
{
background-color: #C4B54F;
}
</style>
border-color css
<style>
span { border-color: #C4B54F; }
span { border-color: rgb(196,181,79); }
td.TdClassName
{
border-color: #C4B54F;
}
.TagClassName
{
border-color: #C4B54F;
}
</style>