Shades of Sundance #C7BD4E
Tints of Sundance #C7BD4E
RGB
CMYK
RGB Variations
Color information
#C7BD4E (or 0xC7BD4E) is known color: Sundance. HEX triplet: C7, BD and 4E. RGB value is (199,189,78). Sum of RGB (Red+Green+Blue) = 199+189+78=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BD4E is #3842B1. Grayscale: #B3B3B3. Windows color (decimal): -3687090 or 5160391. OLE color: 5160391.
HSL color Cylindrical-coordinate representation of color #C7BD4E: hue angle of 55.04º 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 #C7BD4E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 78 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.22 |
| HSL | 55.04º | 0.52% | 0.54% | - |
| HSV(B) | 55.04º | 0.61% | 0.78% | - |
| XYZ | 43.13 | 49.09 | 14.41 | - |
| YUV | 179.34 | 70.81 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 78 | 0 | 0.05 | 0.61 | 0.22 | 55.04 | 0.52 | 0.54 |
| Hex | C7 | BD | 4E | 0 | 5 | 3D | 16 | 37 | 34 | 36 |
| Octal | 307 | 275 | 116 | 0 | 5 | 75 | 26 | 67 | 64 | 66 |
| Binary | 11000111 | 10111101 | 1001110 | 0 | 101 | 111101 | 10110 | 110111 | 110100 | 110110 |
Color Harmonies of #C7BD4E
Complementary color
Monochromatic Colors of #C7BD4E
Black with #C7BD4E
Text Example
Text Example
White with #C7BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD4E; }
p { color: rgb(199,189,78); }
H1.HeaderClassName
{
color: #C7BD4E;
}
.AnyTagClassName
{
color: #C7BD4E;
}
</style>
background-color css
<style>
a { background-color: #C7BD4E; }
a { background-color: rgb(199,189,78); }
div.DivClassName
{
background-color: #C7BD4E;
}
.BgClassName
{
background-color: #C7BD4E;
}
</style>
border-color css
<style>
span { border-color: #C7BD4E; }
span { border-color: rgb(199,189,78); }
td.TdClassName
{
border-color: #C7BD4E;
}
.TagClassName
{
border-color: #C7BD4E;
}
</style>