Shades of Sundance #C5AD56
Tints of Sundance #C5AD56
RGB
CMYK
RGB Variations
Color information
#C5AD56 (or 0xC5AD56) is known color: Sundance. HEX triplet: C5, AD and 56. RGB value is (197,173,86). Sum of RGB (Red+Green+Blue) = 197+173+86=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD56 is #3A52A9. Grayscale: #AAAAAA. Windows color (decimal): -3822250 or 5680581. OLE color: 5680581.
HSL color Cylindrical-coordinate representation of color #C5AD56: hue angle of 47.03º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5AD56 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 86 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.23 |
| HSL | 47.03º | 0.49% | 0.55% | - |
| HSV(B) | 47.03º | 0.56% | 0.77% | - |
| XYZ | 39.65 | 42.43 | 14.9 | - |
| YUV | 170.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 86 | 0 | 0.12 | 0.56 | 0.23 | 47.03 | 0.49 | 0.55 |
| Hex | C5 | AD | 56 | 0 | C | 38 | 17 | 2F | 31 | 37 |
| Octal | 305 | 255 | 126 | 0 | 14 | 70 | 27 | 57 | 61 | 67 |
| Binary | 11000101 | 10101101 | 1010110 | 0 | 1100 | 111000 | 10111 | 101111 | 110001 | 110111 |
Color Harmonies of #C5AD56
Complementary color
Monochromatic Colors of #C5AD56
Black with #C5AD56
Text Example
Text Example
White with #C5AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD56; }
p { color: rgb(197,173,86); }
H1.HeaderClassName
{
color: #C5AD56;
}
.AnyTagClassName
{
color: #C5AD56;
}
</style>
background-color css
<style>
a { background-color: #C5AD56; }
a { background-color: rgb(197,173,86); }
div.DivClassName
{
background-color: #C5AD56;
}
.BgClassName
{
background-color: #C5AD56;
}
</style>
border-color css
<style>
span { border-color: #C5AD56; }
span { border-color: rgb(197,173,86); }
td.TdClassName
{
border-color: #C5AD56;
}
.TagClassName
{
border-color: #C5AD56;
}
</style>