Shades of Sundance #C4AC4D
Tints of Sundance #C4AC4D
RGB
CMYK
RGB Variations
Color information
#C4AC4D (or 0xC4AC4D) is known color: Sundance. HEX triplet: C4, AC and 4D. RGB value is (196,172,77). Sum of RGB (Red+Green+Blue) = 196+172+77=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AC4D is #3B53B2. Grayscale: #A8A8A8. Windows color (decimal): -3888051 or 5090500. OLE color: 5090500.
HSL color Cylindrical-coordinate representation of color #C4AC4D: hue angle of 47.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4AC4D is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 172 | 77 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.23 |
| HSL | 47.9º | 0.5% | 0.54% | - |
| HSV(B) | 47.9º | 0.61% | 0.77% | - |
| XYZ | 38.86 | 41.78 | 13.04 | - |
| YUV | 168.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 77 | 0 | 0.12 | 0.61 | 0.23 | 47.9 | 0.5 | 0.54 |
| Hex | C4 | AC | 4D | 0 | C | 3D | 17 | 30 | 32 | 36 |
| Octal | 304 | 254 | 115 | 0 | 14 | 75 | 27 | 60 | 62 | 66 |
| Binary | 11000100 | 10101100 | 1001101 | 0 | 1100 | 111101 | 10111 | 110000 | 110010 | 110110 |
Color Harmonies of #C4AC4D
Complementary color
Monochromatic Colors of #C4AC4D
Black with #C4AC4D
Text Example
Text Example
White with #C4AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AC4D; }
p { color: rgb(196,172,77); }
H1.HeaderClassName
{
color: #C4AC4D;
}
.AnyTagClassName
{
color: #C4AC4D;
}
</style>
background-color css
<style>
a { background-color: #C4AC4D; }
a { background-color: rgb(196,172,77); }
div.DivClassName
{
background-color: #C4AC4D;
}
.BgClassName
{
background-color: #C4AC4D;
}
</style>
border-color css
<style>
span { border-color: #C4AC4D; }
span { border-color: rgb(196,172,77); }
td.TdClassName
{
border-color: #C4AC4D;
}
.TagClassName
{
border-color: #C4AC4D;
}
</style>