Shades of Sundance #C7B14F
Tints of Sundance #C7B14F
RGB
CMYK
RGB Variations
Color information
#C7B14F (or 0xC7B14F) is known color: Sundance. HEX triplet: C7, B1 and 4F. RGB value is (199,177,79). Sum of RGB (Red+Green+Blue) = 199+177+79=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B14F is #384EB0. Grayscale: #ACACAC. Windows color (decimal): -3690161 or 5222855. OLE color: 5222855.
HSL color Cylindrical-coordinate representation of color #C7B14F: hue angle of 49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C7B14F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 79 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.22 |
| HSL | 49º | 0.52% | 0.55% | - |
| HSV(B) | 49º | 0.6% | 0.78% | - |
| XYZ | 40.69 | 44.15 | 13.77 | - |
| YUV | 172.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 79 | 0 | 0.11 | 0.60 | 0.22 | 49 | 0.52 | 0.55 |
| Hex | C7 | B1 | 4F | 0 | B | 3C | 16 | 31 | 34 | 37 |
| Octal | 307 | 261 | 117 | 0 | 13 | 74 | 26 | 61 | 64 | 67 |
| Binary | 11000111 | 10110001 | 1001111 | 0 | 1011 | 111100 | 10110 | 110001 | 110100 | 110111 |
Color Harmonies of #C7B14F
Complementary color
Monochromatic Colors of #C7B14F
Black with #C7B14F
Text Example
Text Example
White with #C7B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B14F; }
p { color: rgb(199,177,79); }
H1.HeaderClassName
{
color: #C7B14F;
}
.AnyTagClassName
{
color: #C7B14F;
}
</style>
background-color css
<style>
a { background-color: #C7B14F; }
a { background-color: rgb(199,177,79); }
div.DivClassName
{
background-color: #C7B14F;
}
.BgClassName
{
background-color: #C7B14F;
}
</style>
border-color css
<style>
span { border-color: #C7B14F; }
span { border-color: rgb(199,177,79); }
td.TdClassName
{
border-color: #C7B14F;
}
.TagClassName
{
border-color: #C7B14F;
}
</style>