Shades of Sundance #C4AD44
Tints of Sundance #C4AD44
RGB
CMYK
RGB Variations
Color information
#C4AD44 (or 0xC4AD44) is known color: Sundance. HEX triplet: C4, AD and 44. RGB value is (196,173,68). Sum of RGB (Red+Green+Blue) = 196+173+68=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD44 is #3B52BB. Grayscale: #A8A8A8. Windows color (decimal): -3887804 or 4500932. OLE color: 4500932.
HSL color Cylindrical-coordinate representation of color #C4AD44: hue angle of 49.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4AD44 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 68 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.23 |
| HSL | 49.22º | 0.52% | 0.52% | - |
| HSV(B) | 49.22º | 0.65% | 0.77% | - |
| XYZ | 38.75 | 42.04 | 11.54 | - |
| YUV | 167.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 68 | 0 | 0.12 | 0.65 | 0.23 | 49.22 | 0.52 | 0.52 |
| Hex | C4 | AD | 44 | 0 | C | 41 | 17 | 31 | 34 | 34 |
| Octal | 304 | 255 | 104 | 0 | 14 | 101 | 27 | 61 | 64 | 64 |
| Binary | 11000100 | 10101101 | 1000100 | 0 | 1100 | 1000001 | 10111 | 110001 | 110100 | 110100 |
Color Harmonies of #C4AD44
Complementary color
Monochromatic Colors of #C4AD44
Black with #C4AD44
Text Example
Text Example
White with #C4AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD44; }
p { color: rgb(196,173,68); }
H1.HeaderClassName
{
color: #C4AD44;
}
.AnyTagClassName
{
color: #C4AD44;
}
</style>
background-color css
<style>
a { background-color: #C4AD44; }
a { background-color: rgb(196,173,68); }
div.DivClassName
{
background-color: #C4AD44;
}
.BgClassName
{
background-color: #C4AD44;
}
</style>
border-color css
<style>
span { border-color: #C4AD44; }
span { border-color: rgb(196,173,68); }
td.TdClassName
{
border-color: #C4AD44;
}
.TagClassName
{
border-color: #C4AD44;
}
</style>