Shades of Sundance #C4A74E
Tints of Sundance #C4A74E
RGB
CMYK
RGB Variations
Color information
#C4A74E (or 0xC4A74E) is known color: Sundance. HEX triplet: C4, A7 and 4E. RGB value is (196,167,78). Sum of RGB (Red+Green+Blue) = 196+167+78=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A74E is #3B58B1. Grayscale: #A5A5A5. Windows color (decimal): -3889330 or 5154756. OLE color: 5154756.
HSL color Cylindrical-coordinate representation of color #C4A74E: hue angle of 45.25º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4A74E is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 78 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.23 |
| HSL | 45.25º | 0.5% | 0.54% | - |
| HSV(B) | 45.25º | 0.6% | 0.77% | - |
| XYZ | 37.96 | 39.92 | 12.91 | - |
| YUV | 165.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 78 | 0 | 0.15 | 0.60 | 0.23 | 45.25 | 0.5 | 0.54 |
| Hex | C4 | A7 | 4E | 0 | F | 3C | 17 | 2D | 32 | 36 |
| Octal | 304 | 247 | 116 | 0 | 17 | 74 | 27 | 55 | 62 | 66 |
| Binary | 11000100 | 10100111 | 1001110 | 0 | 1111 | 111100 | 10111 | 101101 | 110010 | 110110 |
Color Harmonies of #C4A74E
Complementary color
Monochromatic Colors of #C4A74E
Black with #C4A74E
Text Example
Text Example
White with #C4A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A74E; }
p { color: rgb(196,167,78); }
H1.HeaderClassName
{
color: #C4A74E;
}
.AnyTagClassName
{
color: #C4A74E;
}
</style>
background-color css
<style>
a { background-color: #C4A74E; }
a { background-color: rgb(196,167,78); }
div.DivClassName
{
background-color: #C4A74E;
}
.BgClassName
{
background-color: #C4A74E;
}
</style>
border-color css
<style>
span { border-color: #C4A74E; }
span { border-color: rgb(196,167,78); }
td.TdClassName
{
border-color: #C4A74E;
}
.TagClassName
{
border-color: #C4A74E;
}
</style>