Shades of Sundance #C2AD40
Tints of Sundance #C2AD40
RGB
CMYK
RGB Variations
Color information
#C2AD40 (or 0xC2AD40) is known color: Sundance. HEX triplet: C2, AD and 40. RGB value is (194,173,64). Sum of RGB (Red+Green+Blue) = 194+173+64=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD40 is #3D52BF. Grayscale: #A7A7A7. Windows color (decimal): -4018880 or 4238786. OLE color: 4238786.
HSL color Cylindrical-coordinate representation of color #C2AD40: hue angle of 50.31º 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 #C2AD40 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 64 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.24 |
| HSL | 50.31º | 0.52% | 0.51% | - |
| HSV(B) | 50.31º | 0.67% | 0.76% | - |
| XYZ | 38.12 | 41.73 | 10.9 | - |
| YUV | 166.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 64 | 0 | 0.11 | 0.67 | 0.24 | 50.31 | 0.52 | 0.51 |
| Hex | C2 | AD | 40 | 0 | B | 43 | 18 | 32 | 34 | 33 |
| Octal | 302 | 255 | 100 | 0 | 13 | 103 | 30 | 62 | 64 | 63 |
| Binary | 11000010 | 10101101 | 1000000 | 0 | 1011 | 1000011 | 11000 | 110010 | 110100 | 110011 |
Color Harmonies of #C2AD40
Complementary color
Monochromatic Colors of #C2AD40
Black with #C2AD40
Text Example
Text Example
White with #C2AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD40; }
p { color: rgb(194,173,64); }
H1.HeaderClassName
{
color: #C2AD40;
}
.AnyTagClassName
{
color: #C2AD40;
}
</style>
background-color css
<style>
a { background-color: #C2AD40; }
a { background-color: rgb(194,173,64); }
div.DivClassName
{
background-color: #C2AD40;
}
.BgClassName
{
background-color: #C2AD40;
}
</style>
border-color css
<style>
span { border-color: #C2AD40; }
span { border-color: rgb(194,173,64); }
td.TdClassName
{
border-color: #C2AD40;
}
.TagClassName
{
border-color: #C2AD40;
}
</style>