Shades of Old Gold #C3BC2D
Tints of Old Gold #C3BC2D
RGB
CMYK
RGB Variations
Color information
#C3BC2D (or 0xC3BC2D) is known color: Old Gold. HEX triplet: C3, BC and 2D. RGB value is (195,188,45). Sum of RGB (Red+Green+Blue) = 195+188+45=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC2D is #3C43D2. Grayscale: #AEAEAE. Windows color (decimal): -3949523 or 2997443. OLE color: 2997443.
HSL color Cylindrical-coordinate representation of color #C3BC2D: hue angle of 57.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3BC2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 45 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.24 |
| HSL | 57.2º | 0.63% | 0.47% | - |
| HSV(B) | 57.2º | 0.77% | 0.76% | - |
| XYZ | 40.96 | 47.76 | 9.54 | - |
| YUV | 173.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 45 | 0 | 0.04 | 0.77 | 0.24 | 57.2 | 0.63 | 0.47 |
| Hex | C3 | BC | 2D | 0 | 4 | 4D | 18 | 39 | 3E | 2F |
| Octal | 303 | 274 | 55 | 0 | 4 | 115 | 30 | 71 | 76 | 57 |
| Binary | 11000011 | 10111100 | 101101 | 0 | 100 | 1001101 | 11000 | 111001 | 111110 | 101111 |
Color Harmonies of #C3BC2D
Complementary color
Monochromatic Colors of #C3BC2D
Black with #C3BC2D
Text Example
Text Example
White with #C3BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC2D; }
p { color: rgb(195,188,45); }
H1.HeaderClassName
{
color: #C3BC2D;
}
.AnyTagClassName
{
color: #C3BC2D;
}
</style>
background-color css
<style>
a { background-color: #C3BC2D; }
a { background-color: rgb(195,188,45); }
div.DivClassName
{
background-color: #C3BC2D;
}
.BgClassName
{
background-color: #C3BC2D;
}
</style>
border-color css
<style>
span { border-color: #C3BC2D; }
span { border-color: rgb(195,188,45); }
td.TdClassName
{
border-color: #C3BC2D;
}
.TagClassName
{
border-color: #C3BC2D;
}
</style>