Shades of Sundance #C5A74F
Tints of Sundance #C5A74F
RGB
CMYK
RGB Variations
Color information
#C5A74F (or 0xC5A74F) is known color: Sundance. HEX triplet: C5, A7 and 4F. RGB value is (197,167,79). Sum of RGB (Red+Green+Blue) = 197+167+79=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A74F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A74F is #3A58B0. Grayscale: #A6A6A6. Windows color (decimal): -3823793 or 5220293. OLE color: 5220293.
HSL color Cylindrical-coordinate representation of color #C5A74F: hue angle of 44.75º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5A74F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 79 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.23 |
| HSL | 44.75º | 0.5% | 0.54% | - |
| HSV(B) | 44.75º | 0.6% | 0.77% | - |
| XYZ | 38.26 | 40.07 | 13.12 | - |
| YUV | 165.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 79 | 0 | 0.15 | 0.60 | 0.23 | 44.75 | 0.5 | 0.54 |
| Hex | C5 | A7 | 4F | 0 | F | 3C | 17 | 2D | 32 | 36 |
| Octal | 305 | 247 | 117 | 0 | 17 | 74 | 27 | 55 | 62 | 66 |
| Binary | 11000101 | 10100111 | 1001111 | 0 | 1111 | 111100 | 10111 | 101101 | 110010 | 110110 |
Color Harmonies of #C5A74F
Complementary color
Monochromatic Colors of #C5A74F
Black with #C5A74F
Text Example
Text Example
White with #C5A74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A74F; }
p { color: rgb(197,167,79); }
H1.HeaderClassName
{
color: #C5A74F;
}
.AnyTagClassName
{
color: #C5A74F;
}
</style>
background-color css
<style>
a { background-color: #C5A74F; }
a { background-color: rgb(197,167,79); }
div.DivClassName
{
background-color: #C5A74F;
}
.BgClassName
{
background-color: #C5A74F;
}
</style>
border-color css
<style>
span { border-color: #C5A74F; }
span { border-color: rgb(197,167,79); }
td.TdClassName
{
border-color: #C5A74F;
}
.TagClassName
{
border-color: #C5A74F;
}
</style>