Shades of Sundance #C5A84D
Tints of Sundance #C5A84D
RGB
CMYK
RGB Variations
Color information
#C5A84D (or 0xC5A84D) is known color: Sundance. HEX triplet: C5, A8 and 4D. RGB value is (197,168,77). Sum of RGB (Red+Green+Blue) = 197+168+77=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A84D is #3A57B2. Grayscale: #A6A6A6. Windows color (decimal): -3823539 or 5089477. OLE color: 5089477.
HSL color Cylindrical-coordinate representation of color #C5A84D: hue angle of 45.5º 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 #C5A84D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 77 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.23 |
| HSL | 45.5º | 0.51% | 0.54% | - |
| HSV(B) | 45.5º | 0.61% | 0.77% | - |
| XYZ | 38.37 | 40.41 | 12.8 | - |
| YUV | 166.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 77 | 0 | 0.15 | 0.61 | 0.23 | 45.5 | 0.51 | 0.54 |
| Hex | C5 | A8 | 4D | 0 | F | 3D | 17 | 2E | 33 | 36 |
| Octal | 305 | 250 | 115 | 0 | 17 | 75 | 27 | 56 | 63 | 66 |
| Binary | 11000101 | 10101000 | 1001101 | 0 | 1111 | 111101 | 10111 | 101110 | 110011 | 110110 |
Color Harmonies of #C5A84D
Complementary color
Monochromatic Colors of #C5A84D
Black with #C5A84D
Text Example
Text Example
White with #C5A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A84D; }
p { color: rgb(197,168,77); }
H1.HeaderClassName
{
color: #C5A84D;
}
.AnyTagClassName
{
color: #C5A84D;
}
</style>
background-color css
<style>
a { background-color: #C5A84D; }
a { background-color: rgb(197,168,77); }
div.DivClassName
{
background-color: #C5A84D;
}
.BgClassName
{
background-color: #C5A84D;
}
</style>
border-color css
<style>
span { border-color: #C5A84D; }
span { border-color: rgb(197,168,77); }
td.TdClassName
{
border-color: #C5A84D;
}
.TagClassName
{
border-color: #C5A84D;
}
</style>