Shades of Sundance #C5B74C
Tints of Sundance #C5B74C
RGB
CMYK
RGB Variations
Color information
#C5B74C (or 0xC5B74C) is known color: Sundance. HEX triplet: C5, B7 and 4C. RGB value is (197,183,76). Sum of RGB (Red+Green+Blue) = 197+183+76=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B74C is #3A48B3. Grayscale: #AFAFAF. Windows color (decimal): -3819700 or 5027781. OLE color: 5027781.
HSL color Cylindrical-coordinate representation of color #C5B74C: hue angle of 53.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5B74C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 76 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.23 |
| HSL | 53.06º | 0.51% | 0.54% | - |
| HSV(B) | 53.06º | 0.61% | 0.77% | - |
| XYZ | 41.26 | 46.26 | 13.59 | - |
| YUV | 174.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 76 | 0 | 0.07 | 0.61 | 0.23 | 53.06 | 0.51 | 0.54 |
| Hex | C5 | B7 | 4C | 0 | 7 | 3D | 17 | 35 | 33 | 36 |
| Octal | 305 | 267 | 114 | 0 | 7 | 75 | 27 | 65 | 63 | 66 |
| Binary | 11000101 | 10110111 | 1001100 | 0 | 111 | 111101 | 10111 | 110101 | 110011 | 110110 |
Color Harmonies of #C5B74C
Complementary color
Monochromatic Colors of #C5B74C
Black with #C5B74C
Text Example
Text Example
White with #C5B74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B74C; }
p { color: rgb(197,183,76); }
H1.HeaderClassName
{
color: #C5B74C;
}
.AnyTagClassName
{
color: #C5B74C;
}
</style>
background-color css
<style>
a { background-color: #C5B74C; }
a { background-color: rgb(197,183,76); }
div.DivClassName
{
background-color: #C5B74C;
}
.BgClassName
{
background-color: #C5B74C;
}
</style>
border-color css
<style>
span { border-color: #C5B74C; }
span { border-color: rgb(197,183,76); }
td.TdClassName
{
border-color: #C5B74C;
}
.TagClassName
{
border-color: #C5B74C;
}
</style>