Shades of Sundance #C3AD43
Tints of Sundance #C3AD43
RGB
CMYK
RGB Variations
Color information
#C3AD43 (or 0xC3AD43) is known color: Sundance. HEX triplet: C3, AD and 43. RGB value is (195,173,67). Sum of RGB (Red+Green+Blue) = 195+173+67=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD43 is #3C52BC. Grayscale: #A7A7A7. Windows color (decimal): -3953341 or 4435395. OLE color: 4435395.
HSL color Cylindrical-coordinate representation of color #C3AD43: hue angle of 49.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3AD43 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 67 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.24 |
| HSL | 49.69º | 0.52% | 0.51% | - |
| HSV(B) | 49.69º | 0.66% | 0.76% | - |
| XYZ | 38.46 | 41.89 | 11.37 | - |
| YUV | 167.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 67 | 0 | 0.11 | 0.66 | 0.24 | 49.69 | 0.52 | 0.51 |
| Hex | C3 | AD | 43 | 0 | B | 42 | 18 | 32 | 34 | 33 |
| Octal | 303 | 255 | 103 | 0 | 13 | 102 | 30 | 62 | 64 | 63 |
| Binary | 11000011 | 10101101 | 1000011 | 0 | 1011 | 1000010 | 11000 | 110010 | 110100 | 110011 |
Color Harmonies of #C3AD43
Complementary color
Monochromatic Colors of #C3AD43
Black with #C3AD43
Text Example
Text Example
White with #C3AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD43; }
p { color: rgb(195,173,67); }
H1.HeaderClassName
{
color: #C3AD43;
}
.AnyTagClassName
{
color: #C3AD43;
}
</style>
background-color css
<style>
a { background-color: #C3AD43; }
a { background-color: rgb(195,173,67); }
div.DivClassName
{
background-color: #C3AD43;
}
.BgClassName
{
background-color: #C3AD43;
}
</style>
border-color css
<style>
span { border-color: #C3AD43; }
span { border-color: rgb(195,173,67); }
td.TdClassName
{
border-color: #C3AD43;
}
.TagClassName
{
border-color: #C3AD43;
}
</style>