Shades of Sundance #C3AD40
Tints of Sundance #C3AD40
RGB
CMYK
RGB Variations
Color information
#C3AD40 (or 0xC3AD40) is known color: Sundance. HEX triplet: C3, AD and 40. RGB value is (195,173,64). Sum of RGB (Red+Green+Blue) = 195+173+64=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD40 is #3C52BF. Grayscale: #A7A7A7. Windows color (decimal): -3953344 or 4238787. OLE color: 4238787.
HSL color Cylindrical-coordinate representation of color #C3AD40: hue angle of 49.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3AD40 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 64 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.24 |
| HSL | 49.92º | 0.52% | 0.51% | - |
| HSV(B) | 49.92º | 0.67% | 0.76% | - |
| XYZ | 38.37 | 41.86 | 10.91 | - |
| YUV | 167.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 64 | 0 | 0.11 | 0.67 | 0.24 | 49.92 | 0.52 | 0.51 |
| Hex | C3 | AD | 40 | 0 | B | 43 | 18 | 32 | 34 | 33 |
| Octal | 303 | 255 | 100 | 0 | 13 | 103 | 30 | 62 | 64 | 63 |
| Binary | 11000011 | 10101101 | 1000000 | 0 | 1011 | 1000011 | 11000 | 110010 | 110100 | 110011 |
Color Harmonies of #C3AD40
Complementary color
Monochromatic Colors of #C3AD40
Black with #C3AD40
Text Example
Text Example
White with #C3AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD40; }
p { color: rgb(195,173,64); }
H1.HeaderClassName
{
color: #C3AD40;
}
.AnyTagClassName
{
color: #C3AD40;
}
</style>
background-color css
<style>
a { background-color: #C3AD40; }
a { background-color: rgb(195,173,64); }
div.DivClassName
{
background-color: #C3AD40;
}
.BgClassName
{
background-color: #C3AD40;
}
</style>
border-color css
<style>
span { border-color: #C3AD40; }
span { border-color: rgb(195,173,64); }
td.TdClassName
{
border-color: #C3AD40;
}
.TagClassName
{
border-color: #C3AD40;
}
</style>