Shades of Sundance #C4AA40
Tints of Sundance #C4AA40
RGB
CMYK
RGB Variations
Color information
#C4AA40 (or 0xC4AA40) is known color: Sundance. HEX triplet: C4, AA and 40. RGB value is (196,170,64). Sum of RGB (Red+Green+Blue) = 196+170+64=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AA40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AA40 is #3B55BF. Grayscale: #A6A6A6. Windows color (decimal): -3888576 or 4238020. OLE color: 4238020.
HSL color Cylindrical-coordinate representation of color #C4AA40: hue angle of 48.18º 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 #C4AA40 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 170 | 64 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.23 |
| HSL | 48.18º | 0.53% | 0.51% | - |
| HSV(B) | 48.18º | 0.67% | 0.77% | - |
| XYZ | 38.07 | 40.86 | 10.73 | - |
| YUV | 165.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 64 | 0 | 0.13 | 0.67 | 0.23 | 48.18 | 0.53 | 0.51 |
| Hex | C4 | AA | 40 | 0 | D | 43 | 17 | 30 | 35 | 33 |
| Octal | 304 | 252 | 100 | 0 | 15 | 103 | 27 | 60 | 65 | 63 |
| Binary | 11000100 | 10101010 | 1000000 | 0 | 1101 | 1000011 | 10111 | 110000 | 110101 | 110011 |
Color Harmonies of #C4AA40
Complementary color
Monochromatic Colors of #C4AA40
Black with #C4AA40
Text Example
Text Example
White with #C4AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AA40; }
p { color: rgb(196,170,64); }
H1.HeaderClassName
{
color: #C4AA40;
}
.AnyTagClassName
{
color: #C4AA40;
}
</style>
background-color css
<style>
a { background-color: #C4AA40; }
a { background-color: rgb(196,170,64); }
div.DivClassName
{
background-color: #C4AA40;
}
.BgClassName
{
background-color: #C4AA40;
}
</style>
border-color css
<style>
span { border-color: #C4AA40; }
span { border-color: rgb(196,170,64); }
td.TdClassName
{
border-color: #C4AA40;
}
.TagClassName
{
border-color: #C4AA40;
}
</style>