Shades of Sundance #C5A954
Tints of Sundance #C5A954
RGB
CMYK
RGB Variations
Color information
#C5A954 (or 0xC5A954) is known color: Sundance. HEX triplet: C5, A9 and 54. RGB value is (197,169,84). Sum of RGB (Red+Green+Blue) = 197+169+84=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A954 is #3A56AB. Grayscale: #A8A8A8. Windows color (decimal): -3823276 or 5548485. OLE color: 5548485.
HSL color Cylindrical-coordinate representation of color #C5A954: hue angle of 45.13º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5A954 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 84 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.23 |
| HSL | 45.13º | 0.49% | 0.55% | - |
| HSV(B) | 45.13º | 0.57% | 0.77% | - |
| XYZ | 38.81 | 40.89 | 14.23 | - |
| YUV | 167.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 84 | 0 | 0.14 | 0.57 | 0.23 | 45.13 | 0.49 | 0.55 |
| Hex | C5 | A9 | 54 | 0 | E | 39 | 17 | 2D | 31 | 37 |
| Octal | 305 | 251 | 124 | 0 | 16 | 71 | 27 | 55 | 61 | 67 |
| Binary | 11000101 | 10101001 | 1010100 | 0 | 1110 | 111001 | 10111 | 101101 | 110001 | 110111 |
Color Harmonies of #C5A954
Complementary color
Monochromatic Colors of #C5A954
Black with #C5A954
Text Example
Text Example
White with #C5A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A954; }
p { color: rgb(197,169,84); }
H1.HeaderClassName
{
color: #C5A954;
}
.AnyTagClassName
{
color: #C5A954;
}
</style>
background-color css
<style>
a { background-color: #C5A954; }
a { background-color: rgb(197,169,84); }
div.DivClassName
{
background-color: #C5A954;
}
.BgClassName
{
background-color: #C5A954;
}
</style>
border-color css
<style>
span { border-color: #C5A954; }
span { border-color: rgb(197,169,84); }
td.TdClassName
{
border-color: #C5A954;
}
.TagClassName
{
border-color: #C5A954;
}
</style>