Shades of Old Gold #C8BC2F
Tints of Old Gold #C8BC2F
RGB
CMYK
RGB Variations
Color information
#C8BC2F (or 0xC8BC2F) is known color: Old Gold. HEX triplet: C8, BC and 2F. RGB value is (200,188,47). Sum of RGB (Red+Green+Blue) = 200+188+47=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC2F is #3743D0. Grayscale: #B0B0B0. Windows color (decimal): -3621841 or 3128520. OLE color: 3128520.
HSL color Cylindrical-coordinate representation of color #C8BC2F: hue angle of 55.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8BC2F is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 47 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.22 |
| HSL | 55.29º | 0.62% | 0.48% | - |
| HSV(B) | 55.29º | 0.77% | 0.78% | - |
| XYZ | 42.32 | 48.45 | 9.81 | - |
| YUV | 175.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 47 | 0 | 0.06 | 0.76 | 0.22 | 55.29 | 0.62 | 0.48 |
| Hex | C8 | BC | 2F | 0 | 6 | 4C | 16 | 37 | 3E | 30 |
| Octal | 310 | 274 | 57 | 0 | 6 | 114 | 26 | 67 | 76 | 60 |
| Binary | 11001000 | 10111100 | 101111 | 0 | 110 | 1001100 | 10110 | 110111 | 111110 | 110000 |
Color Harmonies of #C8BC2F
Complementary color
Monochromatic Colors of #C8BC2F
Black with #C8BC2F
Text Example
Text Example
White with #C8BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC2F; }
p { color: rgb(200,188,47); }
H1.HeaderClassName
{
color: #C8BC2F;
}
.AnyTagClassName
{
color: #C8BC2F;
}
</style>
background-color css
<style>
a { background-color: #C8BC2F; }
a { background-color: rgb(200,188,47); }
div.DivClassName
{
background-color: #C8BC2F;
}
.BgClassName
{
background-color: #C8BC2F;
}
</style>
border-color css
<style>
span { border-color: #C8BC2F; }
span { border-color: rgb(200,188,47); }
td.TdClassName
{
border-color: #C8BC2F;
}
.TagClassName
{
border-color: #C8BC2F;
}
</style>