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