Shades of Sundance #C5AD4C
Tints of Sundance #C5AD4C
RGB
CMYK
RGB Variations
Color information
#C5AD4C (or 0xC5AD4C) is known color: Sundance. HEX triplet: C5, AD and 4C. RGB value is (197,173,76). Sum of RGB (Red+Green+Blue) = 197+173+76=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD4C is #3A52B3. Grayscale: #A9A9A9. Windows color (decimal): -3822260 or 5025221. OLE color: 5025221.
HSL color Cylindrical-coordinate representation of color #C5AD4C: hue angle of 48.1º 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 #C5AD4C is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 76 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.23 |
| HSL | 48.1º | 0.51% | 0.54% | - |
| HSV(B) | 48.1º | 0.61% | 0.77% | - |
| XYZ | 39.27 | 42.28 | 12.93 | - |
| YUV | 169.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 76 | 0 | 0.12 | 0.61 | 0.23 | 48.1 | 0.51 | 0.54 |
| Hex | C5 | AD | 4C | 0 | C | 3D | 17 | 30 | 33 | 36 |
| Octal | 305 | 255 | 114 | 0 | 14 | 75 | 27 | 60 | 63 | 66 |
| Binary | 11000101 | 10101101 | 1001100 | 0 | 1100 | 111101 | 10111 | 110000 | 110011 | 110110 |
Color Harmonies of #C5AD4C
Complementary color
Monochromatic Colors of #C5AD4C
Black with #C5AD4C
Text Example
Text Example
White with #C5AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD4C; }
p { color: rgb(197,173,76); }
H1.HeaderClassName
{
color: #C5AD4C;
}
.AnyTagClassName
{
color: #C5AD4C;
}
</style>
background-color css
<style>
a { background-color: #C5AD4C; }
a { background-color: rgb(197,173,76); }
div.DivClassName
{
background-color: #C5AD4C;
}
.BgClassName
{
background-color: #C5AD4C;
}
</style>
border-color css
<style>
span { border-color: #C5AD4C; }
span { border-color: rgb(197,173,76); }
td.TdClassName
{
border-color: #C5AD4C;
}
.TagClassName
{
border-color: #C5AD4C;
}
</style>