Shades of Old Gold #C8BC4A
Tints of Old Gold #C8BC4A
RGB
CMYK
RGB Variations
Color information
#C8BC4A (or 0xC8BC4A) is known color: Old Gold. HEX triplet: C8, BC and 4A. RGB value is (200,188,74). Sum of RGB (Red+Green+Blue) = 200+188+74=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC4A is #3743B5. Grayscale: #B3B3B3. Windows color (decimal): -3621814 or 4897992. OLE color: 4897992.
HSL color Cylindrical-coordinate representation of color #C8BC4A: hue angle of 54.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BC4A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 74 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.22 |
| HSL | 54.29º | 0.53% | 0.54% | - |
| HSV(B) | 54.29º | 0.63% | 0.78% | - |
| XYZ | 43.04 | 48.74 | 13.62 | - |
| YUV | 178.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 74 | 0 | 0.06 | 0.63 | 0.22 | 54.29 | 0.53 | 0.54 |
| Hex | C8 | BC | 4A | 0 | 6 | 3F | 16 | 36 | 35 | 36 |
| Octal | 310 | 274 | 112 | 0 | 6 | 77 | 26 | 66 | 65 | 66 |
| Binary | 11001000 | 10111100 | 1001010 | 0 | 110 | 111111 | 10110 | 110110 | 110101 | 110110 |
Color Harmonies of #C8BC4A
Complementary color
Monochromatic Colors of #C8BC4A
Black with #C8BC4A
Text Example
Text Example
White with #C8BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC4A; }
p { color: rgb(200,188,74); }
H1.HeaderClassName
{
color: #C8BC4A;
}
.AnyTagClassName
{
color: #C8BC4A;
}
</style>
background-color css
<style>
a { background-color: #C8BC4A; }
a { background-color: rgb(200,188,74); }
div.DivClassName
{
background-color: #C8BC4A;
}
.BgClassName
{
background-color: #C8BC4A;
}
</style>
border-color css
<style>
span { border-color: #C8BC4A; }
span { border-color: rgb(200,188,74); }
td.TdClassName
{
border-color: #C8BC4A;
}
.TagClassName
{
border-color: #C8BC4A;
}
</style>