Shades of Sundance #C5A44B
Tints of Sundance #C5A44B
RGB
CMYK
RGB Variations
Color information
#C5A44B (or 0xC5A44B) is known color: Sundance. HEX triplet: C5, A4 and 4B. RGB value is (197,164,75). Sum of RGB (Red+Green+Blue) = 197+164+75=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A44B is #3A5BB4. Grayscale: #A4A4A4. Windows color (decimal): -3824565 or 4957381. OLE color: 4957381.
HSL color Cylindrical-coordinate representation of color #C5A44B: hue angle of 43.77º 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 #C5A44B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 75 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.23 |
| HSL | 43.77º | 0.51% | 0.53% | - |
| HSV(B) | 43.77º | 0.62% | 0.77% | - |
| XYZ | 37.57 | 38.93 | 12.19 | - |
| YUV | 163.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 75 | 0 | 0.17 | 0.62 | 0.23 | 43.77 | 0.51 | 0.53 |
| Hex | C5 | A4 | 4B | 0 | 11 | 3E | 17 | 2C | 33 | 35 |
| Octal | 305 | 244 | 113 | 0 | 21 | 76 | 27 | 54 | 63 | 65 |
| Binary | 11000101 | 10100100 | 1001011 | 0 | 10001 | 111110 | 10111 | 101100 | 110011 | 110101 |
Color Harmonies of #C5A44B
Complementary color
Monochromatic Colors of #C5A44B
Black with #C5A44B
Text Example
Text Example
White with #C5A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A44B; }
p { color: rgb(197,164,75); }
H1.HeaderClassName
{
color: #C5A44B;
}
.AnyTagClassName
{
color: #C5A44B;
}
</style>
background-color css
<style>
a { background-color: #C5A44B; }
a { background-color: rgb(197,164,75); }
div.DivClassName
{
background-color: #C5A44B;
}
.BgClassName
{
background-color: #C5A44B;
}
</style>
border-color css
<style>
span { border-color: #C5A44B; }
span { border-color: rgb(197,164,75); }
td.TdClassName
{
border-color: #C5A44B;
}
.TagClassName
{
border-color: #C5A44B;
}
</style>