Shades of Old Gold #C8BC4C
Tints of Old Gold #C8BC4C
RGB
CMYK
RGB Variations
Color information
#C8BC4C (or 0xC8BC4C) is known color: Old Gold. HEX triplet: C8, BC and 4C. RGB value is (200,188,76). Sum of RGB (Red+Green+Blue) = 200+188+76=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC4C is #3743B3. Grayscale: #B3B3B3. Windows color (decimal): -3621812 or 5029064. OLE color: 5029064.
HSL color Cylindrical-coordinate representation of color #C8BC4C: hue angle of 54.19º 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 #C8BC4C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 76 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.22 |
| HSL | 54.19º | 0.53% | 0.54% | - |
| HSV(B) | 54.19º | 0.62% | 0.78% | - |
| XYZ | 43.11 | 48.77 | 13.98 | - |
| YUV | 178.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 76 | 0 | 0.06 | 0.62 | 0.22 | 54.19 | 0.53 | 0.54 |
| Hex | C8 | BC | 4C | 0 | 6 | 3E | 16 | 36 | 35 | 36 |
| Octal | 310 | 274 | 114 | 0 | 6 | 76 | 26 | 66 | 65 | 66 |
| Binary | 11001000 | 10111100 | 1001100 | 0 | 110 | 111110 | 10110 | 110110 | 110101 | 110110 |
Color Harmonies of #C8BC4C
Complementary color
Monochromatic Colors of #C8BC4C
Black with #C8BC4C
Text Example
Text Example
White with #C8BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC4C; }
p { color: rgb(200,188,76); }
H1.HeaderClassName
{
color: #C8BC4C;
}
.AnyTagClassName
{
color: #C8BC4C;
}
</style>
background-color css
<style>
a { background-color: #C8BC4C; }
a { background-color: rgb(200,188,76); }
div.DivClassName
{
background-color: #C8BC4C;
}
.BgClassName
{
background-color: #C8BC4C;
}
</style>
border-color css
<style>
span { border-color: #C8BC4C; }
span { border-color: rgb(200,188,76); }
td.TdClassName
{
border-color: #C8BC4C;
}
.TagClassName
{
border-color: #C8BC4C;
}
</style>