Shades of Old Gold #C8BC30
Tints of Old Gold #C8BC30
RGB
CMYK
RGB Variations
Color information
#C8BC30 (or 0xC8BC30) is known color: Old Gold. HEX triplet: C8, BC and 30. RGB value is (200,188,48). Sum of RGB (Red+Green+Blue) = 200+188+48=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC30 is #3743CF. Grayscale: #B0B0B0. Windows color (decimal): -3621840 or 3194056. OLE color: 3194056.
HSL color Cylindrical-coordinate representation of color #C8BC30: hue angle of 55.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8BC30 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 48 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.22 |
| HSL | 55.26º | 0.61% | 0.49% | - |
| HSV(B) | 55.26º | 0.76% | 0.78% | - |
| XYZ | 42.34 | 48.46 | 9.92 | - |
| YUV | 175.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 48 | 0 | 0.06 | 0.76 | 0.22 | 55.26 | 0.61 | 0.49 |
| Hex | C8 | BC | 30 | 0 | 6 | 4C | 16 | 37 | 3D | 31 |
| Octal | 310 | 274 | 60 | 0 | 6 | 114 | 26 | 67 | 75 | 61 |
| Binary | 11001000 | 10111100 | 110000 | 0 | 110 | 1001100 | 10110 | 110111 | 111101 | 110001 |
Color Harmonies of #C8BC30
Complementary color
Monochromatic Colors of #C8BC30
Black with #C8BC30
Text Example
Text Example
White with #C8BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC30; }
p { color: rgb(200,188,48); }
H1.HeaderClassName
{
color: #C8BC30;
}
.AnyTagClassName
{
color: #C8BC30;
}
</style>
background-color css
<style>
a { background-color: #C8BC30; }
a { background-color: rgb(200,188,48); }
div.DivClassName
{
background-color: #C8BC30;
}
.BgClassName
{
background-color: #C8BC30;
}
</style>
border-color css
<style>
span { border-color: #C8BC30; }
span { border-color: rgb(200,188,48); }
td.TdClassName
{
border-color: #C8BC30;
}
.TagClassName
{
border-color: #C8BC30;
}
</style>