Shades of Sundance #C8B84E
Tints of Sundance #C8B84E
RGB
CMYK
RGB Variations
Color information
#C8B84E (or 0xC8B84E) is known color: Sundance. HEX triplet: C8, B8 and 4E. RGB value is (200,184,78). Sum of RGB (Red+Green+Blue) = 200+184+78=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B84E is #3747B1. Grayscale: #B1B1B1. Windows color (decimal): -3622834 or 5159112. OLE color: 5159112.
HSL color Cylindrical-coordinate representation of color #C8B84E: hue angle of 52.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8B84E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 78 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.22 |
| HSL | 52.13º | 0.53% | 0.55% | - |
| HSV(B) | 52.13º | 0.61% | 0.78% | - |
| XYZ | 42.34 | 47.11 | 14.07 | - |
| YUV | 176.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 78 | 0 | 0.08 | 0.61 | 0.22 | 52.13 | 0.53 | 0.55 |
| Hex | C8 | B8 | 4E | 0 | 8 | 3D | 16 | 34 | 35 | 37 |
| Octal | 310 | 270 | 116 | 0 | 10 | 75 | 26 | 64 | 65 | 67 |
| Binary | 11001000 | 10111000 | 1001110 | 0 | 1000 | 111101 | 10110 | 110100 | 110101 | 110111 |
Color Harmonies of #C8B84E
Complementary color
Monochromatic Colors of #C8B84E
Black with #C8B84E
Text Example
Text Example
White with #C8B84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B84E; }
p { color: rgb(200,184,78); }
H1.HeaderClassName
{
color: #C8B84E;
}
.AnyTagClassName
{
color: #C8B84E;
}
</style>
background-color css
<style>
a { background-color: #C8B84E; }
a { background-color: rgb(200,184,78); }
div.DivClassName
{
background-color: #C8B84E;
}
.BgClassName
{
background-color: #C8B84E;
}
</style>
border-color css
<style>
span { border-color: #C8B84E; }
span { border-color: rgb(200,184,78); }
td.TdClassName
{
border-color: #C8B84E;
}
.TagClassName
{
border-color: #C8B84E;
}
</style>