Shades of Sundance #C5B043
Tints of Sundance #C5B043
RGB
CMYK
RGB Variations
Color information
#C5B043 (or 0xC5B043) is known color: Sundance. HEX triplet: C5, B0 and 43. RGB value is (197,176,67). Sum of RGB (Red+Green+Blue) = 197+176+67=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 67 (26.56% from 255 or 15.23% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B043 is #3A4FBC. Grayscale: #AAAAAA. Windows color (decimal): -3821501 or 4436165. OLE color: 4436165.
HSL color Cylindrical-coordinate representation of color #C5B043: hue angle of 50.31º 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 #C5B043 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 67 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.23 |
| HSL | 50.31º | 0.53% | 0.52% | - |
| HSV(B) | 50.31º | 0.66% | 0.77% | - |
| XYZ | 39.56 | 43.33 | 11.59 | - |
| YUV | 169.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 67 | 0 | 0.11 | 0.66 | 0.23 | 50.31 | 0.53 | 0.52 |
| Hex | C5 | B0 | 43 | 0 | B | 42 | 17 | 32 | 35 | 34 |
| Octal | 305 | 260 | 103 | 0 | 13 | 102 | 27 | 62 | 65 | 64 |
| Binary | 11000101 | 10110000 | 1000011 | 0 | 1011 | 1000010 | 10111 | 110010 | 110101 | 110100 |
Color Harmonies of #C5B043
Complementary color
Monochromatic Colors of #C5B043
Black with #C5B043
Text Example
Text Example
White with #C5B043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B043; }
p { color: rgb(197,176,67); }
H1.HeaderClassName
{
color: #C5B043;
}
.AnyTagClassName
{
color: #C5B043;
}
</style>
background-color css
<style>
a { background-color: #C5B043; }
a { background-color: rgb(197,176,67); }
div.DivClassName
{
background-color: #C5B043;
}
.BgClassName
{
background-color: #C5B043;
}
</style>
border-color css
<style>
span { border-color: #C5B043; }
span { border-color: rgb(197,176,67); }
td.TdClassName
{
border-color: #C5B043;
}
.TagClassName
{
border-color: #C5B043;
}
</style>