Shades of Sundance #C5AF44
Tints of Sundance #C5AF44
RGB
CMYK
RGB Variations
Color information
#C5AF44 (or 0xC5AF44) is known color: Sundance. HEX triplet: C5, AF and 44. RGB value is (197,175,68). Sum of RGB (Red+Green+Blue) = 197+175+68=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF44 is #3A50BB. Grayscale: #A9A9A9. Windows color (decimal): -3821756 or 4501445. OLE color: 4501445.
HSL color Cylindrical-coordinate representation of color #C5AF44: hue angle of 49.77º degrees, saturation: 0.53, 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 #C5AF44 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 68 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.23 |
| HSL | 49.77º | 0.53% | 0.52% | - |
| HSV(B) | 49.77º | 0.65% | 0.77% | - |
| XYZ | 39.4 | 42.95 | 11.68 | - |
| YUV | 169.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 68 | 0 | 0.11 | 0.65 | 0.23 | 49.77 | 0.53 | 0.52 |
| Hex | C5 | AF | 44 | 0 | B | 41 | 17 | 32 | 35 | 34 |
| Octal | 305 | 257 | 104 | 0 | 13 | 101 | 27 | 62 | 65 | 64 |
| Binary | 11000101 | 10101111 | 1000100 | 0 | 1011 | 1000001 | 10111 | 110010 | 110101 | 110100 |
Color Harmonies of #C5AF44
Complementary color
Monochromatic Colors of #C5AF44
Black with #C5AF44
Text Example
Text Example
White with #C5AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AF44; }
p { color: rgb(197,175,68); }
H1.HeaderClassName
{
color: #C5AF44;
}
.AnyTagClassName
{
color: #C5AF44;
}
</style>
background-color css
<style>
a { background-color: #C5AF44; }
a { background-color: rgb(197,175,68); }
div.DivClassName
{
background-color: #C5AF44;
}
.BgClassName
{
background-color: #C5AF44;
}
</style>
border-color css
<style>
span { border-color: #C5AF44; }
span { border-color: rgb(197,175,68); }
td.TdClassName
{
border-color: #C5AF44;
}
.TagClassName
{
border-color: #C5AF44;
}
</style>