Shades of Sundance #C4A53D
Tints of Sundance #C4A53D
RGB
CMYK
RGB Variations
Color information
#C4A53D (or 0xC4A53D) is known color: Sundance. HEX triplet: C4, A5 and 3D. RGB value is (196,165,61). Sum of RGB (Red+Green+Blue) = 196+165+61=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A53D is #3B5AC2. Grayscale: #A2A2A2. Windows color (decimal): -3889859 or 4040132. OLE color: 4040132.
HSL color Cylindrical-coordinate representation of color #C4A53D: hue angle of 46.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4A53D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 61 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.23 |
| HSL | 46.22º | 0.53% | 0.5% | - |
| HSV(B) | 46.22º | 0.69% | 0.77% | - |
| XYZ | 37.06 | 38.98 | 9.99 | - |
| YUV | 162.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 61 | 0 | 0.16 | 0.69 | 0.23 | 46.22 | 0.53 | 0.5 |
| Hex | C4 | A5 | 3D | 0 | 10 | 45 | 17 | 2E | 35 | 32 |
| Octal | 304 | 245 | 75 | 0 | 20 | 105 | 27 | 56 | 65 | 62 |
| Binary | 11000100 | 10100101 | 111101 | 0 | 10000 | 1000101 | 10111 | 101110 | 110101 | 110010 |
Color Harmonies of #C4A53D
Complementary color
Monochromatic Colors of #C4A53D
Black with #C4A53D
Text Example
Text Example
White with #C4A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A53D; }
p { color: rgb(196,165,61); }
H1.HeaderClassName
{
color: #C4A53D;
}
.AnyTagClassName
{
color: #C4A53D;
}
</style>
background-color css
<style>
a { background-color: #C4A53D; }
a { background-color: rgb(196,165,61); }
div.DivClassName
{
background-color: #C4A53D;
}
.BgClassName
{
background-color: #C4A53D;
}
</style>
border-color css
<style>
span { border-color: #C4A53D; }
span { border-color: rgb(196,165,61); }
td.TdClassName
{
border-color: #C4A53D;
}
.TagClassName
{
border-color: #C4A53D;
}
</style>