Shades of Sundance #C7A74D
Tints of Sundance #C7A74D
RGB
CMYK
RGB Variations
Color information
#C7A74D (or 0xC7A74D) is known color: Sundance. HEX triplet: C7, A7 and 4D. RGB value is (199,167,77). Sum of RGB (Red+Green+Blue) = 199+167+77=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A74D is #3858B2. Grayscale: #A6A6A6. Windows color (decimal): -3692723 or 5089223. OLE color: 5089223.
HSL color Cylindrical-coordinate representation of color #C7A74D: hue angle of 44.26º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7A74D is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 77 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.22 |
| HSL | 44.26º | 0.52% | 0.54% | - |
| HSV(B) | 44.26º | 0.61% | 0.78% | - |
| XYZ | 38.71 | 40.32 | 12.76 | - |
| YUV | 166.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 77 | 0 | 0.16 | 0.61 | 0.22 | 44.26 | 0.52 | 0.54 |
| Hex | C7 | A7 | 4D | 0 | 10 | 3D | 16 | 2C | 34 | 36 |
| Octal | 307 | 247 | 115 | 0 | 20 | 75 | 26 | 54 | 64 | 66 |
| Binary | 11000111 | 10100111 | 1001101 | 0 | 10000 | 111101 | 10110 | 101100 | 110100 | 110110 |
Color Harmonies of #C7A74D
Complementary color
Monochromatic Colors of #C7A74D
Black with #C7A74D
Text Example
Text Example
White with #C7A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A74D; }
p { color: rgb(199,167,77); }
H1.HeaderClassName
{
color: #C7A74D;
}
.AnyTagClassName
{
color: #C7A74D;
}
</style>
background-color css
<style>
a { background-color: #C7A74D; }
a { background-color: rgb(199,167,77); }
div.DivClassName
{
background-color: #C7A74D;
}
.BgClassName
{
background-color: #C7A74D;
}
</style>
border-color css
<style>
span { border-color: #C7A74D; }
span { border-color: rgb(199,167,77); }
td.TdClassName
{
border-color: #C7A74D;
}
.TagClassName
{
border-color: #C7A74D;
}
</style>