Shades of Sundance #C5AD53
Tints of Sundance #C5AD53
RGB
CMYK
RGB Variations
Color information
#C5AD53 (or 0xC5AD53) is known color: Sundance. HEX triplet: C5, AD and 53. RGB value is (197,173,83). Sum of RGB (Red+Green+Blue) = 197+173+83=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD53 is #3A52AC. Grayscale: #AAAAAA. Windows color (decimal): -3822253 or 5483973. OLE color: 5483973.
HSL color Cylindrical-coordinate representation of color #C5AD53: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5AD53 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 83 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.23 |
| HSL | 47.37º | 0.5% | 0.55% | - |
| HSV(B) | 47.37º | 0.58% | 0.77% | - |
| XYZ | 39.53 | 42.38 | 14.28 | - |
| YUV | 169.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 83 | 0 | 0.12 | 0.58 | 0.23 | 47.37 | 0.5 | 0.55 |
| Hex | C5 | AD | 53 | 0 | C | 3A | 17 | 2F | 32 | 37 |
| Octal | 305 | 255 | 123 | 0 | 14 | 72 | 27 | 57 | 62 | 67 |
| Binary | 11000101 | 10101101 | 1010011 | 0 | 1100 | 111010 | 10111 | 101111 | 110010 | 110111 |
Color Harmonies of #C5AD53
Complementary color
Monochromatic Colors of #C5AD53
Black with #C5AD53
Text Example
Text Example
White with #C5AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD53; }
p { color: rgb(197,173,83); }
H1.HeaderClassName
{
color: #C5AD53;
}
.AnyTagClassName
{
color: #C5AD53;
}
</style>
background-color css
<style>
a { background-color: #C5AD53; }
a { background-color: rgb(197,173,83); }
div.DivClassName
{
background-color: #C5AD53;
}
.BgClassName
{
background-color: #C5AD53;
}
</style>
border-color css
<style>
span { border-color: #C5AD53; }
span { border-color: rgb(197,173,83); }
td.TdClassName
{
border-color: #C5AD53;
}
.TagClassName
{
border-color: #C5AD53;
}
</style>