Shades of Sundance #C4A44D
Tints of Sundance #C4A44D
RGB
CMYK
RGB Variations
Color information
#C4A44D (or 0xC4A44D) is known color: Sundance. HEX triplet: C4, A4 and 4D. RGB value is (196,164,77). Sum of RGB (Red+Green+Blue) = 196+164+77=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A44D is #3B5BB2. Grayscale: #A4A4A4. Windows color (decimal): -3890099 or 5088452. OLE color: 5088452.
HSL color Cylindrical-coordinate representation of color #C4A44D: hue angle of 43.87º 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 #C4A44D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 77 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.23 |
| HSL | 43.87º | 0.5% | 0.54% | - |
| HSV(B) | 43.87º | 0.61% | 0.77% | - |
| XYZ | 37.38 | 38.82 | 12.54 | - |
| YUV | 163.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 77 | 0 | 0.16 | 0.61 | 0.23 | 43.87 | 0.5 | 0.54 |
| Hex | C4 | A4 | 4D | 0 | 10 | 3D | 17 | 2C | 32 | 36 |
| Octal | 304 | 244 | 115 | 0 | 20 | 75 | 27 | 54 | 62 | 66 |
| Binary | 11000100 | 10100100 | 1001101 | 0 | 10000 | 111101 | 10111 | 101100 | 110010 | 110110 |
Color Harmonies of #C4A44D
Complementary color
Monochromatic Colors of #C4A44D
Black with #C4A44D
Text Example
Text Example
White with #C4A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A44D; }
p { color: rgb(196,164,77); }
H1.HeaderClassName
{
color: #C4A44D;
}
.AnyTagClassName
{
color: #C4A44D;
}
</style>
background-color css
<style>
a { background-color: #C4A44D; }
a { background-color: rgb(196,164,77); }
div.DivClassName
{
background-color: #C4A44D;
}
.BgClassName
{
background-color: #C4A44D;
}
</style>
border-color css
<style>
span { border-color: #C4A44D; }
span { border-color: rgb(196,164,77); }
td.TdClassName
{
border-color: #C4A44D;
}
.TagClassName
{
border-color: #C4A44D;
}
</style>