Shades of Sundance #C7AD4E
Tints of Sundance #C7AD4E
RGB
CMYK
RGB Variations
Color information
#C7AD4E (or 0xC7AD4E) is known color: Sundance. HEX triplet: C7, AD and 4E. RGB value is (199,173,78). Sum of RGB (Red+Green+Blue) = 199+173+78=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AD4E is #3852B1. Grayscale: #AAAAAA. Windows color (decimal): -3691186 or 5156295. OLE color: 5156295.
HSL color Cylindrical-coordinate representation of color #C7AD4E: hue angle of 47.11º 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 #C7AD4E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 78 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.22 |
| HSL | 47.11º | 0.52% | 0.54% | - |
| HSV(B) | 47.11º | 0.61% | 0.78% | - |
| XYZ | 39.87 | 42.58 | 13.32 | - |
| YUV | 169.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 78 | 0 | 0.13 | 0.61 | 0.22 | 47.11 | 0.52 | 0.54 |
| Hex | C7 | AD | 4E | 0 | D | 3D | 16 | 2F | 34 | 36 |
| Octal | 307 | 255 | 116 | 0 | 15 | 75 | 26 | 57 | 64 | 66 |
| Binary | 11000111 | 10101101 | 1001110 | 0 | 1101 | 111101 | 10110 | 101111 | 110100 | 110110 |
Color Harmonies of #C7AD4E
Complementary color
Monochromatic Colors of #C7AD4E
Black with #C7AD4E
Text Example
Text Example
White with #C7AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD4E; }
p { color: rgb(199,173,78); }
H1.HeaderClassName
{
color: #C7AD4E;
}
.AnyTagClassName
{
color: #C7AD4E;
}
</style>
background-color css
<style>
a { background-color: #C7AD4E; }
a { background-color: rgb(199,173,78); }
div.DivClassName
{
background-color: #C7AD4E;
}
.BgClassName
{
background-color: #C7AD4E;
}
</style>
border-color css
<style>
span { border-color: #C7AD4E; }
span { border-color: rgb(199,173,78); }
td.TdClassName
{
border-color: #C7AD4E;
}
.TagClassName
{
border-color: #C7AD4E;
}
</style>