Shades of Sundance #C5AE42
Tints of Sundance #C5AE42
RGB
CMYK
RGB Variations
Color information
#C5AE42 (or 0xC5AE42) is known color: Sundance. HEX triplet: C5, AE and 42. RGB value is (197,174,66). Sum of RGB (Red+Green+Blue) = 197+174+66=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AE42 is #3A51BD. Grayscale: #A9A9A9. Windows color (decimal): -3822014 or 4370117. OLE color: 4370117.
HSL color Cylindrical-coordinate representation of color #C5AE42: hue angle of 49.47º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5AE42 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 66 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.23 |
| HSL | 49.47º | 0.53% | 0.52% | - |
| HSV(B) | 49.47º | 0.66% | 0.77% | - |
| XYZ | 39.15 | 42.54 | 11.3 | - |
| YUV | 168.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 66 | 0 | 0.12 | 0.66 | 0.23 | 49.47 | 0.53 | 0.52 |
| Hex | C5 | AE | 42 | 0 | C | 42 | 17 | 31 | 35 | 34 |
| Octal | 305 | 256 | 102 | 0 | 14 | 102 | 27 | 61 | 65 | 64 |
| Binary | 11000101 | 10101110 | 1000010 | 0 | 1100 | 1000010 | 10111 | 110001 | 110101 | 110100 |
Color Harmonies of #C5AE42
Complementary color
Monochromatic Colors of #C5AE42
Black with #C5AE42
Text Example
Text Example
White with #C5AE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE42; }
p { color: rgb(197,174,66); }
H1.HeaderClassName
{
color: #C5AE42;
}
.AnyTagClassName
{
color: #C5AE42;
}
</style>
background-color css
<style>
a { background-color: #C5AE42; }
a { background-color: rgb(197,174,66); }
div.DivClassName
{
background-color: #C5AE42;
}
.BgClassName
{
background-color: #C5AE42;
}
</style>
border-color css
<style>
span { border-color: #C5AE42; }
span { border-color: rgb(197,174,66); }
td.TdClassName
{
border-color: #C5AE42;
}
.TagClassName
{
border-color: #C5AE42;
}
</style>