Shades of Sundance #C8BD4E
Tints of Sundance #C8BD4E
RGB
CMYK
RGB Variations
Color information
#C8BD4E (or 0xC8BD4E) is known color: Sundance. HEX triplet: C8, BD and 4E. RGB value is (200,189,78). Sum of RGB (Red+Green+Blue) = 200+189+78=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD4E is #3742B1. Grayscale: #B4B4B4. Windows color (decimal): -3621554 or 5160392. OLE color: 5160392.
HSL color Cylindrical-coordinate representation of color #C8BD4E: hue angle of 54.59º 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 #C8BD4E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 78 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.22 |
| HSL | 54.59º | 0.53% | 0.55% | - |
| HSV(B) | 54.59º | 0.61% | 0.78% | - |
| XYZ | 43.39 | 49.22 | 14.42 | - |
| YUV | 179.64 | 70.64 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 78 | 0 | 0.06 | 0.61 | 0.22 | 54.59 | 0.53 | 0.55 |
| Hex | C8 | BD | 4E | 0 | 6 | 3D | 16 | 37 | 35 | 37 |
| Octal | 310 | 275 | 116 | 0 | 6 | 75 | 26 | 67 | 65 | 67 |
| Binary | 11001000 | 10111101 | 1001110 | 0 | 110 | 111101 | 10110 | 110111 | 110101 | 110111 |
Color Harmonies of #C8BD4E
Complementary color
Monochromatic Colors of #C8BD4E
Black with #C8BD4E
Text Example
Text Example
White with #C8BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD4E; }
p { color: rgb(200,189,78); }
H1.HeaderClassName
{
color: #C8BD4E;
}
.AnyTagClassName
{
color: #C8BD4E;
}
</style>
background-color css
<style>
a { background-color: #C8BD4E; }
a { background-color: rgb(200,189,78); }
div.DivClassName
{
background-color: #C8BD4E;
}
.BgClassName
{
background-color: #C8BD4E;
}
</style>
border-color css
<style>
span { border-color: #C8BD4E; }
span { border-color: rgb(200,189,78); }
td.TdClassName
{
border-color: #C8BD4E;
}
.TagClassName
{
border-color: #C8BD4E;
}
</style>