Shades of Old Gold #C3BC44
Tints of Old Gold #C3BC44
RGB
CMYK
RGB Variations
Color information
#C3BC44 (or 0xC3BC44) is known color: Old Gold. HEX triplet: C3, BC and 44. RGB value is (195,188,68). Sum of RGB (Red+Green+Blue) = 195+188+68=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC44 is #3C43BB. Grayscale: #B0B0B0. Windows color (decimal): -3949500 or 4504771. OLE color: 4504771.
HSL color Cylindrical-coordinate representation of color #C3BC44: hue angle of 56.69º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3BC44 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 68 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.24 |
| HSL | 56.69º | 0.51% | 0.52% | - |
| HSV(B) | 56.69º | 0.65% | 0.76% | - |
| XYZ | 41.53 | 47.99 | 12.54 | - |
| YUV | 176.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 68 | 0 | 0.04 | 0.65 | 0.24 | 56.69 | 0.51 | 0.52 |
| Hex | C3 | BC | 44 | 0 | 4 | 41 | 18 | 39 | 33 | 34 |
| Octal | 303 | 274 | 104 | 0 | 4 | 101 | 30 | 71 | 63 | 64 |
| Binary | 11000011 | 10111100 | 1000100 | 0 | 100 | 1000001 | 11000 | 111001 | 110011 | 110100 |
Color Harmonies of #C3BC44
Complementary color
Monochromatic Colors of #C3BC44
Black with #C3BC44
Text Example
Text Example
White with #C3BC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC44; }
p { color: rgb(195,188,68); }
H1.HeaderClassName
{
color: #C3BC44;
}
.AnyTagClassName
{
color: #C3BC44;
}
</style>
background-color css
<style>
a { background-color: #C3BC44; }
a { background-color: rgb(195,188,68); }
div.DivClassName
{
background-color: #C3BC44;
}
.BgClassName
{
background-color: #C3BC44;
}
</style>
border-color css
<style>
span { border-color: #C3BC44; }
span { border-color: rgb(195,188,68); }
td.TdClassName
{
border-color: #C3BC44;
}
.TagClassName
{
border-color: #C3BC44;
}
</style>