Shades of Sundance #C5AB44
Tints of Sundance #C5AB44
RGB
CMYK
RGB Variations
Color information
#C5AB44 (or 0xC5AB44) is known color: Sundance. HEX triplet: C5, AB and 44. RGB value is (197,171,68). Sum of RGB (Red+Green+Blue) = 197+171+68=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB44 is #3A54BB. Grayscale: #A7A7A7. Windows color (decimal): -3822780 or 4500421. OLE color: 4500421.
HSL color Cylindrical-coordinate representation of color #C5AB44: hue angle of 47.91º 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 #C5AB44 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 68 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.23 |
| HSL | 47.91º | 0.53% | 0.52% | - |
| HSV(B) | 47.91º | 0.65% | 0.77% | - |
| XYZ | 38.63 | 41.41 | 11.43 | - |
| YUV | 167.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 68 | 0 | 0.13 | 0.65 | 0.23 | 47.91 | 0.53 | 0.52 |
| Hex | C5 | AB | 44 | 0 | D | 41 | 17 | 30 | 35 | 34 |
| Octal | 305 | 253 | 104 | 0 | 15 | 101 | 27 | 60 | 65 | 64 |
| Binary | 11000101 | 10101011 | 1000100 | 0 | 1101 | 1000001 | 10111 | 110000 | 110101 | 110100 |
Color Harmonies of #C5AB44
Complementary color
Monochromatic Colors of #C5AB44
Black with #C5AB44
Text Example
Text Example
White with #C5AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB44; }
p { color: rgb(197,171,68); }
H1.HeaderClassName
{
color: #C5AB44;
}
.AnyTagClassName
{
color: #C5AB44;
}
</style>
background-color css
<style>
a { background-color: #C5AB44; }
a { background-color: rgb(197,171,68); }
div.DivClassName
{
background-color: #C5AB44;
}
.BgClassName
{
background-color: #C5AB44;
}
</style>
border-color css
<style>
span { border-color: #C5AB44; }
span { border-color: rgb(197,171,68); }
td.TdClassName
{
border-color: #C5AB44;
}
.TagClassName
{
border-color: #C5AB44;
}
</style>