Shades of Sundance #C7AD45
Tints of Sundance #C7AD45
RGB
CMYK
RGB Variations
Color information
#C7AD45 (or 0xC7AD45) is known color: Sundance. HEX triplet: C7, AD and 45. RGB value is (199,173,69). Sum of RGB (Red+Green+Blue) = 199+173+69=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD45 is #3852BA. Grayscale: #A9A9A9. Windows color (decimal): -3691195 or 4566471. OLE color: 4566471.
HSL color Cylindrical-coordinate representation of color #C7AD45: hue angle of 48º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7AD45 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 69 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.22 |
| HSL | 48º | 0.54% | 0.53% | - |
| HSV(B) | 48º | 0.65% | 0.78% | - |
| XYZ | 39.57 | 42.46 | 11.74 | - |
| YUV | 168.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 69 | 0 | 0.13 | 0.65 | 0.22 | 48 | 0.54 | 0.53 |
| Hex | C7 | AD | 45 | 0 | D | 41 | 16 | 30 | 36 | 35 |
| Octal | 307 | 255 | 105 | 0 | 15 | 101 | 26 | 60 | 66 | 65 |
| Binary | 11000111 | 10101101 | 1000101 | 0 | 1101 | 1000001 | 10110 | 110000 | 110110 | 110101 |
Color Harmonies of #C7AD45
Complementary color
Monochromatic Colors of #C7AD45
Black with #C7AD45
Text Example
Text Example
White with #C7AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD45; }
p { color: rgb(199,173,69); }
H1.HeaderClassName
{
color: #C7AD45;
}
.AnyTagClassName
{
color: #C7AD45;
}
</style>
background-color css
<style>
a { background-color: #C7AD45; }
a { background-color: rgb(199,173,69); }
div.DivClassName
{
background-color: #C7AD45;
}
.BgClassName
{
background-color: #C7AD45;
}
</style>
border-color css
<style>
span { border-color: #C7AD45; }
span { border-color: rgb(199,173,69); }
td.TdClassName
{
border-color: #C7AD45;
}
.TagClassName
{
border-color: #C7AD45;
}
</style>