Shades of Sundance #C7AD4B
Tints of Sundance #C7AD4B
RGB
CMYK
RGB Variations
Color information
#C7AD4B (or 0xC7AD4B) is known color: Sundance. HEX triplet: C7, AD and 4B. RGB value is (199,173,75). Sum of RGB (Red+Green+Blue) = 199+173+75=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AD4B is #3852B4. Grayscale: #AAAAAA. Windows color (decimal): -3691189 or 4959687. OLE color: 4959687.
HSL color Cylindrical-coordinate representation of color #C7AD4B: hue angle of 47.42º degrees, saturation: 0.53, 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 #C7AD4B is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 75 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.22 |
| HSL | 47.42º | 0.53% | 0.54% | - |
| HSV(B) | 47.42º | 0.62% | 0.78% | - |
| XYZ | 39.77 | 42.54 | 12.77 | - |
| YUV | 169.6 | 74.61 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 75 | 0 | 0.13 | 0.62 | 0.22 | 47.42 | 0.53 | 0.54 |
| Hex | C7 | AD | 4B | 0 | D | 3E | 16 | 2F | 35 | 36 |
| Octal | 307 | 255 | 113 | 0 | 15 | 76 | 26 | 57 | 65 | 66 |
| Binary | 11000111 | 10101101 | 1001011 | 0 | 1101 | 111110 | 10110 | 101111 | 110101 | 110110 |
Color Harmonies of #C7AD4B
Complementary color
Monochromatic Colors of #C7AD4B
Black with #C7AD4B
Text Example
Text Example
White with #C7AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD4B; }
p { color: rgb(199,173,75); }
H1.HeaderClassName
{
color: #C7AD4B;
}
.AnyTagClassName
{
color: #C7AD4B;
}
</style>
background-color css
<style>
a { background-color: #C7AD4B; }
a { background-color: rgb(199,173,75); }
div.DivClassName
{
background-color: #C7AD4B;
}
.BgClassName
{
background-color: #C7AD4B;
}
</style>
border-color css
<style>
span { border-color: #C7AD4B; }
span { border-color: rgb(199,173,75); }
td.TdClassName
{
border-color: #C7AD4B;
}
.TagClassName
{
border-color: #C7AD4B;
}
</style>