Shades of Sundance #C4A74C
Tints of Sundance #C4A74C
RGB
CMYK
RGB Variations
Color information
#C4A74C (or 0xC4A74C) is known color: Sundance. HEX triplet: C4, A7 and 4C. RGB value is (196,167,76). Sum of RGB (Red+Green+Blue) = 196+167+76=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A74C is #3B58B3. Grayscale: #A5A5A5. Windows color (decimal): -3889332 or 5023684. OLE color: 5023684.
HSL color Cylindrical-coordinate representation of color #C4A74C: hue angle of 45.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4A74C is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 76 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.23 |
| HSL | 45.5º | 0.5% | 0.53% | - |
| HSV(B) | 45.5º | 0.61% | 0.77% | - |
| XYZ | 37.89 | 39.9 | 12.54 | - |
| YUV | 165.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 76 | 0 | 0.15 | 0.61 | 0.23 | 45.5 | 0.5 | 0.53 |
| Hex | C4 | A7 | 4C | 0 | F | 3D | 17 | 2E | 32 | 35 |
| Octal | 304 | 247 | 114 | 0 | 17 | 75 | 27 | 56 | 62 | 65 |
| Binary | 11000100 | 10100111 | 1001100 | 0 | 1111 | 111101 | 10111 | 101110 | 110010 | 110101 |
Color Harmonies of #C4A74C
Complementary color
Monochromatic Colors of #C4A74C
Black with #C4A74C
Text Example
Text Example
White with #C4A74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A74C; }
p { color: rgb(196,167,76); }
H1.HeaderClassName
{
color: #C4A74C;
}
.AnyTagClassName
{
color: #C4A74C;
}
</style>
background-color css
<style>
a { background-color: #C4A74C; }
a { background-color: rgb(196,167,76); }
div.DivClassName
{
background-color: #C4A74C;
}
.BgClassName
{
background-color: #C4A74C;
}
</style>
border-color css
<style>
span { border-color: #C4A74C; }
span { border-color: rgb(196,167,76); }
td.TdClassName
{
border-color: #C4A74C;
}
.TagClassName
{
border-color: #C4A74C;
}
</style>