Shades of Sundance #C8BA4F
Tints of Sundance #C8BA4F
RGB
CMYK
RGB Variations
Color information
#C8BA4F (or 0xC8BA4F) is known color: Sundance. HEX triplet: C8, BA and 4F. RGB value is (200,186,79). Sum of RGB (Red+Green+Blue) = 200+186+79=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA4F is #3745B0. Grayscale: #B2B2B2. Windows color (decimal): -3622321 or 5225160. OLE color: 5225160.
HSL color Cylindrical-coordinate representation of color #C8BA4F: hue angle of 53.06º 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 #C8BA4F is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 79 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.22 |
| HSL | 53.06º | 0.52% | 0.55% | - |
| HSV(B) | 53.06º | 0.61% | 0.78% | - |
| XYZ | 42.79 | 47.96 | 14.4 | - |
| YUV | 177.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 79 | 0 | 0.07 | 0.60 | 0.22 | 53.06 | 0.52 | 0.55 |
| Hex | C8 | BA | 4F | 0 | 7 | 3C | 16 | 35 | 34 | 37 |
| Octal | 310 | 272 | 117 | 0 | 7 | 74 | 26 | 65 | 64 | 67 |
| Binary | 11001000 | 10111010 | 1001111 | 0 | 111 | 111100 | 10110 | 110101 | 110100 | 110111 |
Color Harmonies of #C8BA4F
Complementary color
Monochromatic Colors of #C8BA4F
Black with #C8BA4F
Text Example
Text Example
White with #C8BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA4F; }
p { color: rgb(200,186,79); }
H1.HeaderClassName
{
color: #C8BA4F;
}
.AnyTagClassName
{
color: #C8BA4F;
}
</style>
background-color css
<style>
a { background-color: #C8BA4F; }
a { background-color: rgb(200,186,79); }
div.DivClassName
{
background-color: #C8BA4F;
}
.BgClassName
{
background-color: #C8BA4F;
}
</style>
border-color css
<style>
span { border-color: #C8BA4F; }
span { border-color: rgb(200,186,79); }
td.TdClassName
{
border-color: #C8BA4F;
}
.TagClassName
{
border-color: #C8BA4F;
}
</style>