Shades of Sundance #C4B74D
Tints of Sundance #C4B74D
RGB
CMYK
RGB Variations
Color information
#C4B74D (or 0xC4B74D) is known color: Sundance. HEX triplet: C4, B7 and 4D. RGB value is (196,183,77). Sum of RGB (Red+Green+Blue) = 196+183+77=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B74D is #3B48B2. Grayscale: #AFAFAF. Windows color (decimal): -3885235 or 5093316. OLE color: 5093316.
HSL color Cylindrical-coordinate representation of color #C4B74D: hue angle of 53.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4B74D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 77 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.23 |
| HSL | 53.45º | 0.5% | 0.54% | - |
| HSV(B) | 53.45º | 0.61% | 0.77% | - |
| XYZ | 41.04 | 46.14 | 13.76 | - |
| YUV | 174.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 77 | 0 | 0.07 | 0.61 | 0.23 | 53.45 | 0.5 | 0.54 |
| Hex | C4 | B7 | 4D | 0 | 7 | 3D | 17 | 35 | 32 | 36 |
| Octal | 304 | 267 | 115 | 0 | 7 | 75 | 27 | 65 | 62 | 66 |
| Binary | 11000100 | 10110111 | 1001101 | 0 | 111 | 111101 | 10111 | 110101 | 110010 | 110110 |
Color Harmonies of #C4B74D
Complementary color
Monochromatic Colors of #C4B74D
Black with #C4B74D
Text Example
Text Example
White with #C4B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B74D; }
p { color: rgb(196,183,77); }
H1.HeaderClassName
{
color: #C4B74D;
}
.AnyTagClassName
{
color: #C4B74D;
}
</style>
background-color css
<style>
a { background-color: #C4B74D; }
a { background-color: rgb(196,183,77); }
div.DivClassName
{
background-color: #C4B74D;
}
.BgClassName
{
background-color: #C4B74D;
}
</style>
border-color css
<style>
span { border-color: #C4B74D; }
span { border-color: rgb(196,183,77); }
td.TdClassName
{
border-color: #C4B74D;
}
.TagClassName
{
border-color: #C4B74D;
}
</style>