Shades of Sundance #C8BC4F
Tints of Sundance #C8BC4F
RGB
CMYK
RGB Variations
Color information
#C8BC4F (or 0xC8BC4F) is known color: Sundance. HEX triplet: C8, BC and 4F. RGB value is (200,188,79). Sum of RGB (Red+Green+Blue) = 200+188+79=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC4F is #3743B0. Grayscale: #B3B3B3. Windows color (decimal): -3621809 or 5225672. OLE color: 5225672.
HSL color Cylindrical-coordinate representation of color #C8BC4F: hue angle of 54.05º degrees, saturation: 0.52, 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 #C8BC4F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 79 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.22 |
| HSL | 54.05º | 0.52% | 0.55% | - |
| HSV(B) | 54.05º | 0.61% | 0.78% | - |
| XYZ | 43.21 | 48.81 | 14.54 | - |
| YUV | 179.16 | 71.48 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 79 | 0 | 0.06 | 0.60 | 0.22 | 54.05 | 0.52 | 0.55 |
| Hex | C8 | BC | 4F | 0 | 6 | 3C | 16 | 36 | 34 | 37 |
| Octal | 310 | 274 | 117 | 0 | 6 | 74 | 26 | 66 | 64 | 67 |
| Binary | 11001000 | 10111100 | 1001111 | 0 | 110 | 111100 | 10110 | 110110 | 110100 | 110111 |
Color Harmonies of #C8BC4F
Complementary color
Monochromatic Colors of #C8BC4F
Black with #C8BC4F
Text Example
Text Example
White with #C8BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC4F; }
p { color: rgb(200,188,79); }
H1.HeaderClassName
{
color: #C8BC4F;
}
.AnyTagClassName
{
color: #C8BC4F;
}
</style>
background-color css
<style>
a { background-color: #C8BC4F; }
a { background-color: rgb(200,188,79); }
div.DivClassName
{
background-color: #C8BC4F;
}
.BgClassName
{
background-color: #C8BC4F;
}
</style>
border-color css
<style>
span { border-color: #C8BC4F; }
span { border-color: rgb(200,188,79); }
td.TdClassName
{
border-color: #C8BC4F;
}
.TagClassName
{
border-color: #C8BC4F;
}
</style>