Shades of Sundance #C7AD4C
Tints of Sundance #C7AD4C
RGB
CMYK
RGB Variations
Color information
#C7AD4C (or 0xC7AD4C) is known color: Sundance. HEX triplet: C7, AD and 4C. RGB value is (199,173,76). Sum of RGB (Red+Green+Blue) = 199+173+76=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD4C is #3852B3. Grayscale: #AAAAAA. Windows color (decimal): -3691188 or 5025223. OLE color: 5025223.
HSL color Cylindrical-coordinate representation of color #C7AD4C: hue angle of 47.32º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7AD4C is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 76 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.22 |
| HSL | 47.32º | 0.52% | 0.54% | - |
| HSV(B) | 47.32º | 0.62% | 0.78% | - |
| XYZ | 39.8 | 42.55 | 12.95 | - |
| YUV | 169.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 76 | 0 | 0.13 | 0.62 | 0.22 | 47.32 | 0.52 | 0.54 |
| Hex | C7 | AD | 4C | 0 | D | 3E | 16 | 2F | 34 | 36 |
| Octal | 307 | 255 | 114 | 0 | 15 | 76 | 26 | 57 | 64 | 66 |
| Binary | 11000111 | 10101101 | 1001100 | 0 | 1101 | 111110 | 10110 | 101111 | 110100 | 110110 |
Color Harmonies of #C7AD4C
Complementary color
Monochromatic Colors of #C7AD4C
Black with #C7AD4C
Text Example
Text Example
White with #C7AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD4C; }
p { color: rgb(199,173,76); }
H1.HeaderClassName
{
color: #C7AD4C;
}
.AnyTagClassName
{
color: #C7AD4C;
}
</style>
background-color css
<style>
a { background-color: #C7AD4C; }
a { background-color: rgb(199,173,76); }
div.DivClassName
{
background-color: #C7AD4C;
}
.BgClassName
{
background-color: #C7AD4C;
}
</style>
border-color css
<style>
span { border-color: #C7AD4C; }
span { border-color: rgb(199,173,76); }
td.TdClassName
{
border-color: #C7AD4C;
}
.TagClassName
{
border-color: #C7AD4C;
}
</style>