Shades of Sundance #C4A23E
Tints of Sundance #C4A23E
RGB
CMYK
RGB Variations
Color information
#C4A23E (or 0xC4A23E) is known color: Sundance. HEX triplet: C4, A2 and 3E. RGB value is (196,162,62). Sum of RGB (Red+Green+Blue) = 196+162+62=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A23E is #3B5DC1. Grayscale: #A1A1A1. Windows color (decimal): -3890626 or 4104900. OLE color: 4104900.
HSL color Cylindrical-coordinate representation of color #C4A23E: hue angle of 44.78º 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 #C4A23E is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 62 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.23 |
| HSL | 44.78º | 0.53% | 0.51% | - |
| HSV(B) | 44.78º | 0.68% | 0.77% | - |
| XYZ | 36.55 | 37.92 | 9.95 | - |
| YUV | 160.77 | 72.26 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 62 | 0 | 0.17 | 0.68 | 0.23 | 44.78 | 0.53 | 0.51 |
| Hex | C4 | A2 | 3E | 0 | 11 | 44 | 17 | 2D | 35 | 33 |
| Octal | 304 | 242 | 76 | 0 | 21 | 104 | 27 | 55 | 65 | 63 |
| Binary | 11000100 | 10100010 | 111110 | 0 | 10001 | 1000100 | 10111 | 101101 | 110101 | 110011 |
Color Harmonies of #C4A23E
Complementary color
Monochromatic Colors of #C4A23E
Black with #C4A23E
Text Example
Text Example
White with #C4A23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A23E; }
p { color: rgb(196,162,62); }
H1.HeaderClassName
{
color: #C4A23E;
}
.AnyTagClassName
{
color: #C4A23E;
}
</style>
background-color css
<style>
a { background-color: #C4A23E; }
a { background-color: rgb(196,162,62); }
div.DivClassName
{
background-color: #C4A23E;
}
.BgClassName
{
background-color: #C4A23E;
}
</style>
border-color css
<style>
span { border-color: #C4A23E; }
span { border-color: rgb(196,162,62); }
td.TdClassName
{
border-color: #C4A23E;
}
.TagClassName
{
border-color: #C4A23E;
}
</style>