Shades of Sundance #C5A54C
Tints of Sundance #C5A54C
RGB
CMYK
RGB Variations
Color information
#C5A54C (or 0xC5A54C) is known color: Sundance. HEX triplet: C5, A5 and 4C. RGB value is (197,165,76). Sum of RGB (Red+Green+Blue) = 197+165+76=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A54C is #3A5AB3. Grayscale: #A4A4A4. Windows color (decimal): -3824308 or 5023173. OLE color: 5023173.
HSL color Cylindrical-coordinate representation of color #C5A54C: hue angle of 44.13º 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 #C5A54C is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 76 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.23 |
| HSL | 44.13º | 0.51% | 0.54% | - |
| HSV(B) | 44.13º | 0.61% | 0.77% | - |
| XYZ | 37.79 | 39.3 | 12.43 | - |
| YUV | 164.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 76 | 0 | 0.16 | 0.61 | 0.23 | 44.13 | 0.51 | 0.54 |
| Hex | C5 | A5 | 4C | 0 | 10 | 3D | 17 | 2C | 33 | 36 |
| Octal | 305 | 245 | 114 | 0 | 20 | 75 | 27 | 54 | 63 | 66 |
| Binary | 11000101 | 10100101 | 1001100 | 0 | 10000 | 111101 | 10111 | 101100 | 110011 | 110110 |
Color Harmonies of #C5A54C
Complementary color
Monochromatic Colors of #C5A54C
Black with #C5A54C
Text Example
Text Example
White with #C5A54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A54C; }
p { color: rgb(197,165,76); }
H1.HeaderClassName
{
color: #C5A54C;
}
.AnyTagClassName
{
color: #C5A54C;
}
</style>
background-color css
<style>
a { background-color: #C5A54C; }
a { background-color: rgb(197,165,76); }
div.DivClassName
{
background-color: #C5A54C;
}
.BgClassName
{
background-color: #C5A54C;
}
</style>
border-color css
<style>
span { border-color: #C5A54C; }
span { border-color: rgb(197,165,76); }
td.TdClassName
{
border-color: #C5A54C;
}
.TagClassName
{
border-color: #C5A54C;
}
</style>