Shades of Sundance #C4AD4A
Tints of Sundance #C4AD4A
RGB
CMYK
RGB Variations
Color information
#C4AD4A (or 0xC4AD4A) is known color: Sundance. HEX triplet: C4, AD and 4A. RGB value is (196,173,74). Sum of RGB (Red+Green+Blue) = 196+173+74=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD4A is #3B52B5. Grayscale: #A9A9A9. Windows color (decimal): -3887798 or 4894148. OLE color: 4894148.
HSL color Cylindrical-coordinate representation of color #C4AD4A: hue angle of 48.69º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4AD4A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 74 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.23 |
| HSL | 48.69º | 0.51% | 0.53% | - |
| HSV(B) | 48.69º | 0.62% | 0.77% | - |
| XYZ | 38.94 | 42.12 | 12.56 | - |
| YUV | 168.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 74 | 0 | 0.12 | 0.62 | 0.23 | 48.69 | 0.51 | 0.53 |
| Hex | C4 | AD | 4A | 0 | C | 3E | 17 | 31 | 33 | 35 |
| Octal | 304 | 255 | 112 | 0 | 14 | 76 | 27 | 61 | 63 | 65 |
| Binary | 11000100 | 10101101 | 1001010 | 0 | 1100 | 111110 | 10111 | 110001 | 110011 | 110101 |
Color Harmonies of #C4AD4A
Complementary color
Monochromatic Colors of #C4AD4A
Black with #C4AD4A
Text Example
Text Example
White with #C4AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD4A; }
p { color: rgb(196,173,74); }
H1.HeaderClassName
{
color: #C4AD4A;
}
.AnyTagClassName
{
color: #C4AD4A;
}
</style>
background-color css
<style>
a { background-color: #C4AD4A; }
a { background-color: rgb(196,173,74); }
div.DivClassName
{
background-color: #C4AD4A;
}
.BgClassName
{
background-color: #C4AD4A;
}
</style>
border-color css
<style>
span { border-color: #C4AD4A; }
span { border-color: rgb(196,173,74); }
td.TdClassName
{
border-color: #C4AD4A;
}
.TagClassName
{
border-color: #C4AD4A;
}
</style>