Shades of Sundance #C5AA45
Tints of Sundance #C5AA45
RGB
CMYK
RGB Variations
Color information
#C5AA45 (or 0xC5AA45) is known color: Sundance. HEX triplet: C5, AA and 45. RGB value is (197,170,69). Sum of RGB (Red+Green+Blue) = 197+170+69=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA45 is #3A55BA. Grayscale: #A6A6A6. Windows color (decimal): -3823035 or 4565701. OLE color: 4565701.
HSL color Cylindrical-coordinate representation of color #C5AA45: hue angle of 47.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5AA45 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 69 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.23 |
| HSL | 47.34º | 0.52% | 0.52% | - |
| HSV(B) | 47.34º | 0.65% | 0.77% | - |
| XYZ | 38.47 | 41.05 | 11.53 | - |
| YUV | 166.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 69 | 0 | 0.14 | 0.65 | 0.23 | 47.34 | 0.52 | 0.52 |
| Hex | C5 | AA | 45 | 0 | E | 41 | 17 | 2F | 34 | 34 |
| Octal | 305 | 252 | 105 | 0 | 16 | 101 | 27 | 57 | 64 | 64 |
| Binary | 11000101 | 10101010 | 1000101 | 0 | 1110 | 1000001 | 10111 | 101111 | 110100 | 110100 |
Color Harmonies of #C5AA45
Complementary color
Monochromatic Colors of #C5AA45
Black with #C5AA45
Text Example
Text Example
White with #C5AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA45; }
p { color: rgb(197,170,69); }
H1.HeaderClassName
{
color: #C5AA45;
}
.AnyTagClassName
{
color: #C5AA45;
}
</style>
background-color css
<style>
a { background-color: #C5AA45; }
a { background-color: rgb(197,170,69); }
div.DivClassName
{
background-color: #C5AA45;
}
.BgClassName
{
background-color: #C5AA45;
}
</style>
border-color css
<style>
span { border-color: #C5AA45; }
span { border-color: rgb(197,170,69); }
td.TdClassName
{
border-color: #C5AA45;
}
.TagClassName
{
border-color: #C5AA45;
}
</style>