Shades of Sundance #C7B84F
Tints of Sundance #C7B84F
RGB
CMYK
RGB Variations
Color information
#C7B84F (or 0xC7B84F) is known color: Sundance. HEX triplet: C7, B8 and 4F. RGB value is (199,184,79). Sum of RGB (Red+Green+Blue) = 199+184+79=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B84F is #3847B0. Grayscale: #B0B0B0. Windows color (decimal): -3688369 or 5224647. OLE color: 5224647.
HSL color Cylindrical-coordinate representation of color #C7B84F: hue angle of 52.5º 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 #C7B84F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 79 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.22 |
| HSL | 52.5º | 0.52% | 0.55% | - |
| HSV(B) | 52.5º | 0.6% | 0.78% | - |
| XYZ | 42.1 | 46.99 | 14.25 | - |
| YUV | 176.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 79 | 0 | 0.08 | 0.60 | 0.22 | 52.5 | 0.52 | 0.55 |
| Hex | C7 | B8 | 4F | 0 | 8 | 3C | 16 | 34 | 34 | 37 |
| Octal | 307 | 270 | 117 | 0 | 10 | 74 | 26 | 64 | 64 | 67 |
| Binary | 11000111 | 10111000 | 1001111 | 0 | 1000 | 111100 | 10110 | 110100 | 110100 | 110111 |
Color Harmonies of #C7B84F
Complementary color
Monochromatic Colors of #C7B84F
Black with #C7B84F
Text Example
Text Example
White with #C7B84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B84F; }
p { color: rgb(199,184,79); }
H1.HeaderClassName
{
color: #C7B84F;
}
.AnyTagClassName
{
color: #C7B84F;
}
</style>
background-color css
<style>
a { background-color: #C7B84F; }
a { background-color: rgb(199,184,79); }
div.DivClassName
{
background-color: #C7B84F;
}
.BgClassName
{
background-color: #C7B84F;
}
</style>
border-color css
<style>
span { border-color: #C7B84F; }
span { border-color: rgb(199,184,79); }
td.TdClassName
{
border-color: #C7B84F;
}
.TagClassName
{
border-color: #C7B84F;
}
</style>