Shades of Sundance #C5AD4D
Tints of Sundance #C5AD4D
RGB
CMYK
RGB Variations
Color information
#C5AD4D (or 0xC5AD4D) is known color: Sundance. HEX triplet: C5, AD and 4D. RGB value is (197,173,77). Sum of RGB (Red+Green+Blue) = 197+173+77=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AD4D is #3A52B2. Grayscale: #A9A9A9. Windows color (decimal): -3822259 or 5090757. OLE color: 5090757.
HSL color Cylindrical-coordinate representation of color #C5AD4D: hue angle of 48º 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 #C5AD4D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 77 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.23 |
| HSL | 48º | 0.51% | 0.54% | - |
| HSV(B) | 48º | 0.61% | 0.77% | - |
| XYZ | 39.31 | 42.29 | 13.11 | - |
| YUV | 169.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 77 | 0 | 0.12 | 0.61 | 0.23 | 48 | 0.51 | 0.54 |
| Hex | C5 | AD | 4D | 0 | C | 3D | 17 | 30 | 33 | 36 |
| Octal | 305 | 255 | 115 | 0 | 14 | 75 | 27 | 60 | 63 | 66 |
| Binary | 11000101 | 10101101 | 1001101 | 0 | 1100 | 111101 | 10111 | 110000 | 110011 | 110110 |
Color Harmonies of #C5AD4D
Complementary color
Monochromatic Colors of #C5AD4D
Black with #C5AD4D
Text Example
Text Example
White with #C5AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD4D; }
p { color: rgb(197,173,77); }
H1.HeaderClassName
{
color: #C5AD4D;
}
.AnyTagClassName
{
color: #C5AD4D;
}
</style>
background-color css
<style>
a { background-color: #C5AD4D; }
a { background-color: rgb(197,173,77); }
div.DivClassName
{
background-color: #C5AD4D;
}
.BgClassName
{
background-color: #C5AD4D;
}
</style>
border-color css
<style>
span { border-color: #C5AD4D; }
span { border-color: rgb(197,173,77); }
td.TdClassName
{
border-color: #C5AD4D;
}
.TagClassName
{
border-color: #C5AD4D;
}
</style>