Shades of Sundance #C8B34D
Tints of Sundance #C8B34D
RGB
CMYK
RGB Variations
Color information
#C8B34D (or 0xC8B34D) is known color: Sundance. HEX triplet: C8, B3 and 4D. RGB value is (200,179,77). Sum of RGB (Red+Green+Blue) = 200+179+77=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B34D is #374CB2. Grayscale: #AEAEAE. Windows color (decimal): -3624115 or 5092296. OLE color: 5092296.
HSL color Cylindrical-coordinate representation of color #C8B34D: hue angle of 49.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8B34D is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 77 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.22 |
| HSL | 49.76º | 0.53% | 0.54% | - |
| HSV(B) | 49.76º | 0.62% | 0.78% | - |
| XYZ | 41.28 | 45.06 | 13.54 | - |
| YUV | 173.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 77 | 0 | 0.10 | 0.62 | 0.22 | 49.76 | 0.53 | 0.54 |
| Hex | C8 | B3 | 4D | 0 | A | 3E | 16 | 32 | 35 | 36 |
| Octal | 310 | 263 | 115 | 0 | 12 | 76 | 26 | 62 | 65 | 66 |
| Binary | 11001000 | 10110011 | 1001101 | 0 | 1010 | 111110 | 10110 | 110010 | 110101 | 110110 |
Color Harmonies of #C8B34D
Complementary color
Monochromatic Colors of #C8B34D
Black with #C8B34D
Text Example
Text Example
White with #C8B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B34D; }
p { color: rgb(200,179,77); }
H1.HeaderClassName
{
color: #C8B34D;
}
.AnyTagClassName
{
color: #C8B34D;
}
</style>
background-color css
<style>
a { background-color: #C8B34D; }
a { background-color: rgb(200,179,77); }
div.DivClassName
{
background-color: #C8B34D;
}
.BgClassName
{
background-color: #C8B34D;
}
</style>
border-color css
<style>
span { border-color: #C8B34D; }
span { border-color: rgb(200,179,77); }
td.TdClassName
{
border-color: #C8B34D;
}
.TagClassName
{
border-color: #C8B34D;
}
</style>