Shades of Sundance #C4A63E
Tints of Sundance #C4A63E
RGB
CMYK
RGB Variations
Color information
#C4A63E (or 0xC4A63E) is known color: Sundance. HEX triplet: C4, A6 and 3E. RGB value is (196,166,62). Sum of RGB (Red+Green+Blue) = 196+166+62=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A63E is #3B59C1. Grayscale: #A3A3A3. Windows color (decimal): -3889602 or 4105924. OLE color: 4105924.
HSL color Cylindrical-coordinate representation of color #C4A63E: hue angle of 46.57º 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 #C4A63E is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 166 | 62 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.23 |
| HSL | 46.57º | 0.53% | 0.51% | - |
| HSV(B) | 46.57º | 0.68% | 0.77% | - |
| XYZ | 37.27 | 39.36 | 10.19 | - |
| YUV | 163.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 62 | 0 | 0.15 | 0.68 | 0.23 | 46.57 | 0.53 | 0.51 |
| Hex | C4 | A6 | 3E | 0 | F | 44 | 17 | 2F | 35 | 33 |
| Octal | 304 | 246 | 76 | 0 | 17 | 104 | 27 | 57 | 65 | 63 |
| Binary | 11000100 | 10100110 | 111110 | 0 | 1111 | 1000100 | 10111 | 101111 | 110101 | 110011 |
Color Harmonies of #C4A63E
Complementary color
Monochromatic Colors of #C4A63E
Black with #C4A63E
Text Example
Text Example
White with #C4A63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A63E; }
p { color: rgb(196,166,62); }
H1.HeaderClassName
{
color: #C4A63E;
}
.AnyTagClassName
{
color: #C4A63E;
}
</style>
background-color css
<style>
a { background-color: #C4A63E; }
a { background-color: rgb(196,166,62); }
div.DivClassName
{
background-color: #C4A63E;
}
.BgClassName
{
background-color: #C4A63E;
}
</style>
border-color css
<style>
span { border-color: #C4A63E; }
span { border-color: rgb(196,166,62); }
td.TdClassName
{
border-color: #C4A63E;
}
.TagClassName
{
border-color: #C4A63E;
}
</style>