Shades of Sundance #C7B64D
Tints of Sundance #C7B64D
RGB
CMYK
RGB Variations
Color information
#C7B64D (or 0xC7B64D) is known color: Sundance. HEX triplet: C7, B6 and 4D. RGB value is (199,182,77). Sum of RGB (Red+Green+Blue) = 199+182+77=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B64D is #3849B2. Grayscale: #AFAFAF. Windows color (decimal): -3688883 or 5093063. OLE color: 5093063.
HSL color Cylindrical-coordinate representation of color #C7B64D: hue angle of 51.64º 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 #C7B64D is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 182 | 77 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.22 |
| HSL | 51.64º | 0.52% | 0.54% | - |
| HSV(B) | 51.64º | 0.61% | 0.78% | - |
| XYZ | 41.62 | 46.13 | 13.73 | - |
| YUV | 175.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 182 | 77 | 0 | 0.09 | 0.61 | 0.22 | 51.64 | 0.52 | 0.54 |
| Hex | C7 | B6 | 4D | 0 | 9 | 3D | 16 | 34 | 34 | 36 |
| Octal | 307 | 266 | 115 | 0 | 11 | 75 | 26 | 64 | 64 | 66 |
| Binary | 11000111 | 10110110 | 1001101 | 0 | 1001 | 111101 | 10110 | 110100 | 110100 | 110110 |
Color Harmonies of #C7B64D
Complementary color
Monochromatic Colors of #C7B64D
Black with #C7B64D
Text Example
Text Example
White with #C7B64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B64D; }
p { color: rgb(199,182,77); }
H1.HeaderClassName
{
color: #C7B64D;
}
.AnyTagClassName
{
color: #C7B64D;
}
</style>
background-color css
<style>
a { background-color: #C7B64D; }
a { background-color: rgb(199,182,77); }
div.DivClassName
{
background-color: #C7B64D;
}
.BgClassName
{
background-color: #C7B64D;
}
</style>
border-color css
<style>
span { border-color: #C7B64D; }
span { border-color: rgb(199,182,77); }
td.TdClassName
{
border-color: #C7B64D;
}
.TagClassName
{
border-color: #C7B64D;
}
</style>