Shades of Sundance #C5A24A
Tints of Sundance #C5A24A
RGB
CMYK
RGB Variations
Color information
#C5A24A (or 0xC5A24A) is known color: Sundance. HEX triplet: C5, A2 and 4A. RGB value is (197,162,74). Sum of RGB (Red+Green+Blue) = 197+162+74=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A24A is #3A5DB5. Grayscale: #A2A2A2. Windows color (decimal): -3825078 or 4891333. OLE color: 4891333.
HSL color Cylindrical-coordinate representation of color #C5A24A: hue angle of 42.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5A24A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 74 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.23 |
| HSL | 42.93º | 0.51% | 0.53% | - |
| HSV(B) | 42.93º | 0.62% | 0.77% | - |
| XYZ | 37.18 | 38.21 | 11.89 | - |
| YUV | 162.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 74 | 0 | 0.18 | 0.62 | 0.23 | 42.93 | 0.51 | 0.53 |
| Hex | C5 | A2 | 4A | 0 | 12 | 3E | 17 | 2B | 33 | 35 |
| Octal | 305 | 242 | 112 | 0 | 22 | 76 | 27 | 53 | 63 | 65 |
| Binary | 11000101 | 10100010 | 1001010 | 0 | 10010 | 111110 | 10111 | 101011 | 110011 | 110101 |
Color Harmonies of #C5A24A
Complementary color
Monochromatic Colors of #C5A24A
Black with #C5A24A
Text Example
Text Example
White with #C5A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A24A; }
p { color: rgb(197,162,74); }
H1.HeaderClassName
{
color: #C5A24A;
}
.AnyTagClassName
{
color: #C5A24A;
}
</style>
background-color css
<style>
a { background-color: #C5A24A; }
a { background-color: rgb(197,162,74); }
div.DivClassName
{
background-color: #C5A24A;
}
.BgClassName
{
background-color: #C5A24A;
}
</style>
border-color css
<style>
span { border-color: #C5A24A; }
span { border-color: rgb(197,162,74); }
td.TdClassName
{
border-color: #C5A24A;
}
.TagClassName
{
border-color: #C5A24A;
}
</style>