Shades of Sundance #C5AD47
Tints of Sundance #C5AD47
RGB
CMYK
RGB Variations
Color information
#C5AD47 (or 0xC5AD47) is known color: Sundance. HEX triplet: C5, AD and 47. RGB value is (197,173,71). Sum of RGB (Red+Green+Blue) = 197+173+71=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AD47 is #3A52B8. Grayscale: #A8A8A8. Windows color (decimal): -3822265 or 4697541. OLE color: 4697541.
HSL color Cylindrical-coordinate representation of color #C5AD47: hue angle of 48.57º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5AD47 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 71 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.23 |
| HSL | 48.57º | 0.52% | 0.53% | - |
| HSV(B) | 48.57º | 0.64% | 0.77% | - |
| XYZ | 39.11 | 42.21 | 12.05 | - |
| YUV | 168.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 71 | 0 | 0.12 | 0.64 | 0.23 | 48.57 | 0.52 | 0.53 |
| Hex | C5 | AD | 47 | 0 | C | 40 | 17 | 31 | 34 | 35 |
| Octal | 305 | 255 | 107 | 0 | 14 | 100 | 27 | 61 | 64 | 65 |
| Binary | 11000101 | 10101101 | 1000111 | 0 | 1100 | 1000000 | 10111 | 110001 | 110100 | 110101 |
Color Harmonies of #C5AD47
Complementary color
Monochromatic Colors of #C5AD47
Black with #C5AD47
Text Example
Text Example
White with #C5AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD47; }
p { color: rgb(197,173,71); }
H1.HeaderClassName
{
color: #C5AD47;
}
.AnyTagClassName
{
color: #C5AD47;
}
</style>
background-color css
<style>
a { background-color: #C5AD47; }
a { background-color: rgb(197,173,71); }
div.DivClassName
{
background-color: #C5AD47;
}
.BgClassName
{
background-color: #C5AD47;
}
</style>
border-color css
<style>
span { border-color: #C5AD47; }
span { border-color: rgb(197,173,71); }
td.TdClassName
{
border-color: #C5AD47;
}
.TagClassName
{
border-color: #C5AD47;
}
</style>