Shades of Sundance #C7A74E
Tints of Sundance #C7A74E
RGB
CMYK
RGB Variations
Color information
#C7A74E (or 0xC7A74E) is known color: Sundance. HEX triplet: C7, A7 and 4E. RGB value is (199,167,78). Sum of RGB (Red+Green+Blue) = 199+167+78=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A74E is #3858B1. Grayscale: #A6A6A6. Windows color (decimal): -3692722 or 5154759. OLE color: 5154759.
HSL color Cylindrical-coordinate representation of color #C7A74E: hue angle of 44.13º 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 #C7A74E is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 167 | 78 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.22 |
| HSL | 44.13º | 0.52% | 0.54% | - |
| HSV(B) | 44.13º | 0.61% | 0.78% | - |
| XYZ | 38.75 | 40.33 | 12.95 | - |
| YUV | 166.42 | 78.1 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 167 | 78 | 0 | 0.16 | 0.61 | 0.22 | 44.13 | 0.52 | 0.54 |
| Hex | C7 | A7 | 4E | 0 | 10 | 3D | 16 | 2C | 34 | 36 |
| Octal | 307 | 247 | 116 | 0 | 20 | 75 | 26 | 54 | 64 | 66 |
| Binary | 11000111 | 10100111 | 1001110 | 0 | 10000 | 111101 | 10110 | 101100 | 110100 | 110110 |
Color Harmonies of #C7A74E
Complementary color
Monochromatic Colors of #C7A74E
Black with #C7A74E
Text Example
Text Example
White with #C7A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A74E; }
p { color: rgb(199,167,78); }
H1.HeaderClassName
{
color: #C7A74E;
}
.AnyTagClassName
{
color: #C7A74E;
}
</style>
background-color css
<style>
a { background-color: #C7A74E; }
a { background-color: rgb(199,167,78); }
div.DivClassName
{
background-color: #C7A74E;
}
.BgClassName
{
background-color: #C7A74E;
}
</style>
border-color css
<style>
span { border-color: #C7A74E; }
span { border-color: rgb(199,167,78); }
td.TdClassName
{
border-color: #C7A74E;
}
.TagClassName
{
border-color: #C7A74E;
}
</style>