Shades of Sundance #C7AD42
Tints of Sundance #C7AD42
RGB
CMYK
RGB Variations
Color information
#C7AD42 (or 0xC7AD42) is known color: Sundance. HEX triplet: C7, AD and 42. RGB value is (199,173,66). Sum of RGB (Red+Green+Blue) = 199+173+66=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD42 is #3852BD. Grayscale: #A9A9A9. Windows color (decimal): -3691198 or 4369863. OLE color: 4369863.
HSL color Cylindrical-coordinate representation of color #C7AD42: hue angle of 48.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7AD42 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 66 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.22 |
| HSL | 48.27º | 0.54% | 0.52% | - |
| HSV(B) | 48.27º | 0.67% | 0.78% | - |
| XYZ | 39.48 | 42.42 | 11.26 | - |
| YUV | 168.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 66 | 0 | 0.13 | 0.67 | 0.22 | 48.27 | 0.54 | 0.52 |
| Hex | C7 | AD | 42 | 0 | D | 43 | 16 | 30 | 36 | 34 |
| Octal | 307 | 255 | 102 | 0 | 15 | 103 | 26 | 60 | 66 | 64 |
| Binary | 11000111 | 10101101 | 1000010 | 0 | 1101 | 1000011 | 10110 | 110000 | 110110 | 110100 |
Color Harmonies of #C7AD42
Complementary color
Monochromatic Colors of #C7AD42
Black with #C7AD42
Text Example
Text Example
White with #C7AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD42; }
p { color: rgb(199,173,66); }
H1.HeaderClassName
{
color: #C7AD42;
}
.AnyTagClassName
{
color: #C7AD42;
}
</style>
background-color css
<style>
a { background-color: #C7AD42; }
a { background-color: rgb(199,173,66); }
div.DivClassName
{
background-color: #C7AD42;
}
.BgClassName
{
background-color: #C7AD42;
}
</style>
border-color css
<style>
span { border-color: #C7AD42; }
span { border-color: rgb(199,173,66); }
td.TdClassName
{
border-color: #C7AD42;
}
.TagClassName
{
border-color: #C7AD42;
}
</style>