Shades of Sundance #C5AB43
Tints of Sundance #C5AB43
RGB
CMYK
RGB Variations
Color information
#C5AB43 (or 0xC5AB43) is known color: Sundance. HEX triplet: C5, AB and 43. RGB value is (197,171,67). Sum of RGB (Red+Green+Blue) = 197+171+67=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB43 is #3A54BC. Grayscale: #A7A7A7. Windows color (decimal): -3822781 or 4434885. OLE color: 4434885.
HSL color Cylindrical-coordinate representation of color #C5AB43: hue angle of 48º 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 #C5AB43 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 67 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.23 |
| HSL | 48º | 0.53% | 0.52% | - |
| HSV(B) | 48º | 0.66% | 0.77% | - |
| XYZ | 38.6 | 41.4 | 11.27 | - |
| YUV | 166.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 67 | 0 | 0.13 | 0.66 | 0.23 | 48 | 0.53 | 0.52 |
| Hex | C5 | AB | 43 | 0 | D | 42 | 17 | 30 | 35 | 34 |
| Octal | 305 | 253 | 103 | 0 | 15 | 102 | 27 | 60 | 65 | 64 |
| Binary | 11000101 | 10101011 | 1000011 | 0 | 1101 | 1000010 | 10111 | 110000 | 110101 | 110100 |
Color Harmonies of #C5AB43
Complementary color
Monochromatic Colors of #C5AB43
Black with #C5AB43
Text Example
Text Example
White with #C5AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AB43; }
p { color: rgb(197,171,67); }
H1.HeaderClassName
{
color: #C5AB43;
}
.AnyTagClassName
{
color: #C5AB43;
}
</style>
background-color css
<style>
a { background-color: #C5AB43; }
a { background-color: rgb(197,171,67); }
div.DivClassName
{
background-color: #C5AB43;
}
.BgClassName
{
background-color: #C5AB43;
}
</style>
border-color css
<style>
span { border-color: #C5AB43; }
span { border-color: rgb(197,171,67); }
td.TdClassName
{
border-color: #C5AB43;
}
.TagClassName
{
border-color: #C5AB43;
}
</style>