Shades of Sundance #C5B64D
Tints of Sundance #C5B64D
RGB
CMYK
RGB Variations
Color information
#C5B64D (or 0xC5B64D) is known color: Sundance. HEX triplet: C5, B6 and 4D. RGB value is (197,182,77). Sum of RGB (Red+Green+Blue) = 197+182+77=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B64D is #3A49B2. Grayscale: #AEAEAE. Windows color (decimal): -3819955 or 5093061. OLE color: 5093061.
HSL color Cylindrical-coordinate representation of color #C5B64D: hue angle of 52.5º 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 #C5B64D is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 77 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.23 |
| HSL | 52.5º | 0.51% | 0.54% | - |
| HSV(B) | 52.5º | 0.61% | 0.77% | - |
| XYZ | 41.09 | 45.86 | 13.71 | - |
| YUV | 174.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 77 | 0 | 0.08 | 0.61 | 0.23 | 52.5 | 0.51 | 0.54 |
| Hex | C5 | B6 | 4D | 0 | 8 | 3D | 17 | 34 | 33 | 36 |
| Octal | 305 | 266 | 115 | 0 | 10 | 75 | 27 | 64 | 63 | 66 |
| Binary | 11000101 | 10110110 | 1001101 | 0 | 1000 | 111101 | 10111 | 110100 | 110011 | 110110 |
Color Harmonies of #C5B64D
Complementary color
Monochromatic Colors of #C5B64D
Black with #C5B64D
Text Example
Text Example
White with #C5B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B64D; }
p { color: rgb(197,182,77); }
H1.HeaderClassName
{
color: #C5B64D;
}
.AnyTagClassName
{
color: #C5B64D;
}
</style>
background-color css
<style>
a { background-color: #C5B64D; }
a { background-color: rgb(197,182,77); }
div.DivClassName
{
background-color: #C5B64D;
}
.BgClassName
{
background-color: #C5B64D;
}
</style>
border-color css
<style>
span { border-color: #C5B64D; }
span { border-color: rgb(197,182,77); }
td.TdClassName
{
border-color: #C5B64D;
}
.TagClassName
{
border-color: #C5B64D;
}
</style>