Shades of Sundance #C4A73F
Tints of Sundance #C4A73F
RGB
CMYK
RGB Variations
Color information
#C4A73F (or 0xC4A73F) is known color: Sundance. HEX triplet: C4, A7 and 3F. RGB value is (196,167,63). Sum of RGB (Red+Green+Blue) = 196+167+63=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A73F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A73F is #3B58C0. Grayscale: #A4A4A4. Windows color (decimal): -3889345 or 4171716. OLE color: 4171716.
HSL color Cylindrical-coordinate representation of color #C4A73F: hue angle of 46.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4A73F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 63 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.23 |
| HSL | 46.92º | 0.53% | 0.51% | - |
| HSV(B) | 46.92º | 0.68% | 0.77% | - |
| XYZ | 37.48 | 39.73 | 10.4 | - |
| YUV | 163.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 63 | 0 | 0.15 | 0.68 | 0.23 | 46.92 | 0.53 | 0.51 |
| Hex | C4 | A7 | 3F | 0 | F | 44 | 17 | 2F | 35 | 33 |
| Octal | 304 | 247 | 77 | 0 | 17 | 104 | 27 | 57 | 65 | 63 |
| Binary | 11000100 | 10100111 | 111111 | 0 | 1111 | 1000100 | 10111 | 101111 | 110101 | 110011 |
Color Harmonies of #C4A73F
Complementary color
Monochromatic Colors of #C4A73F
Black with #C4A73F
Text Example
Text Example
White with #C4A73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A73F; }
p { color: rgb(196,167,63); }
H1.HeaderClassName
{
color: #C4A73F;
}
.AnyTagClassName
{
color: #C4A73F;
}
</style>
background-color css
<style>
a { background-color: #C4A73F; }
a { background-color: rgb(196,167,63); }
div.DivClassName
{
background-color: #C4A73F;
}
.BgClassName
{
background-color: #C4A73F;
}
</style>
border-color css
<style>
span { border-color: #C4A73F; }
span { border-color: rgb(196,167,63); }
td.TdClassName
{
border-color: #C4A73F;
}
.TagClassName
{
border-color: #C4A73F;
}
</style>