Shades of Sundance #C7A03D
Tints of Sundance #C7A03D
RGB
CMYK
RGB Variations
Color information
#C7A03D (or 0xC7A03D) is known color: Sundance. HEX triplet: C7, A0 and 3D. RGB value is (199,160,61). Sum of RGB (Red+Green+Blue) = 199+160+61=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A03D is #385FC2. Grayscale: #A0A0A0. Windows color (decimal): -3694531 or 4038855. OLE color: 4038855.
HSL color Cylindrical-coordinate representation of color #C7A03D: hue angle of 43.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7A03D is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 61 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.22 |
| HSL | 43.04º | 0.55% | 0.51% | - |
| HSV(B) | 43.04º | 0.69% | 0.78% | - |
| XYZ | 36.97 | 37.62 | 9.73 | - |
| YUV | 160.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 61 | 0 | 0.20 | 0.69 | 0.22 | 43.04 | 0.55 | 0.51 |
| Hex | C7 | A0 | 3D | 0 | 14 | 45 | 16 | 2B | 37 | 33 |
| Octal | 307 | 240 | 75 | 0 | 24 | 105 | 26 | 53 | 67 | 63 |
| Binary | 11000111 | 10100000 | 111101 | 0 | 10100 | 1000101 | 10110 | 101011 | 110111 | 110011 |
Color Harmonies of #C7A03D
Complementary color
Monochromatic Colors of #C7A03D
Black with #C7A03D
Text Example
Text Example
White with #C7A03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A03D; }
p { color: rgb(199,160,61); }
H1.HeaderClassName
{
color: #C7A03D;
}
.AnyTagClassName
{
color: #C7A03D;
}
</style>
background-color css
<style>
a { background-color: #C7A03D; }
a { background-color: rgb(199,160,61); }
div.DivClassName
{
background-color: #C7A03D;
}
.BgClassName
{
background-color: #C7A03D;
}
</style>
border-color css
<style>
span { border-color: #C7A03D; }
span { border-color: rgb(199,160,61); }
td.TdClassName
{
border-color: #C7A03D;
}
.TagClassName
{
border-color: #C7A03D;
}
</style>