Shades of Sundance #C4AB40
Tints of Sundance #C4AB40
RGB
CMYK
RGB Variations
Color information
#C4AB40 (or 0xC4AB40) is known color: Sundance. HEX triplet: C4, AB and 40. RGB value is (196,171,64). Sum of RGB (Red+Green+Blue) = 196+171+64=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AB40 is #3B54BF. Grayscale: #A6A6A6. Windows color (decimal): -3888320 or 4238276. OLE color: 4238276.
HSL color Cylindrical-coordinate representation of color #C4AB40: hue angle of 48.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4AB40 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 64 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.23 |
| HSL | 48.64º | 0.53% | 0.51% | - |
| HSV(B) | 48.64º | 0.67% | 0.77% | - |
| XYZ | 38.25 | 41.23 | 10.79 | - |
| YUV | 166.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 64 | 0 | 0.13 | 0.67 | 0.23 | 48.64 | 0.53 | 0.51 |
| Hex | C4 | AB | 40 | 0 | D | 43 | 17 | 31 | 35 | 33 |
| Octal | 304 | 253 | 100 | 0 | 15 | 103 | 27 | 61 | 65 | 63 |
| Binary | 11000100 | 10101011 | 1000000 | 0 | 1101 | 1000011 | 10111 | 110001 | 110101 | 110011 |
Color Harmonies of #C4AB40
Complementary color
Monochromatic Colors of #C4AB40
Black with #C4AB40
Text Example
Text Example
White with #C4AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AB40; }
p { color: rgb(196,171,64); }
H1.HeaderClassName
{
color: #C4AB40;
}
.AnyTagClassName
{
color: #C4AB40;
}
</style>
background-color css
<style>
a { background-color: #C4AB40; }
a { background-color: rgb(196,171,64); }
div.DivClassName
{
background-color: #C4AB40;
}
.BgClassName
{
background-color: #C4AB40;
}
</style>
border-color css
<style>
span { border-color: #C4AB40; }
span { border-color: rgb(196,171,64); }
td.TdClassName
{
border-color: #C4AB40;
}
.TagClassName
{
border-color: #C4AB40;
}
</style>