Shades of Old Gold #C3BA33
Tints of Old Gold #C3BA33
RGB
CMYK
RGB Variations
Color information
#C3BA33 (or 0xC3BA33) is known color: Old Gold. HEX triplet: C3, BA and 33. RGB value is (195,186,51). Sum of RGB (Red+Green+Blue) = 195+186+51=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA33 is #3C45CC. Grayscale: #ADADAD. Windows color (decimal): -3950029 or 3390147. OLE color: 3390147.
HSL color Cylindrical-coordinate representation of color #C3BA33: hue angle of 56.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3BA33 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 51 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.24 |
| HSL | 56.25º | 0.59% | 0.48% | - |
| HSV(B) | 56.25º | 0.74% | 0.76% | - |
| XYZ | 40.66 | 46.96 | 10.05 | - |
| YUV | 173.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 51 | 0 | 0.05 | 0.74 | 0.24 | 56.25 | 0.59 | 0.48 |
| Hex | C3 | BA | 33 | 0 | 5 | 4A | 18 | 38 | 3B | 30 |
| Octal | 303 | 272 | 63 | 0 | 5 | 112 | 30 | 70 | 73 | 60 |
| Binary | 11000011 | 10111010 | 110011 | 0 | 101 | 1001010 | 11000 | 111000 | 111011 | 110000 |
Color Harmonies of #C3BA33
Complementary color
Monochromatic Colors of #C3BA33
Black with #C3BA33
Text Example
Text Example
White with #C3BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA33; }
p { color: rgb(195,186,51); }
H1.HeaderClassName
{
color: #C3BA33;
}
.AnyTagClassName
{
color: #C3BA33;
}
</style>
background-color css
<style>
a { background-color: #C3BA33; }
a { background-color: rgb(195,186,51); }
div.DivClassName
{
background-color: #C3BA33;
}
.BgClassName
{
background-color: #C3BA33;
}
</style>
border-color css
<style>
span { border-color: #C3BA33; }
span { border-color: rgb(195,186,51); }
td.TdClassName
{
border-color: #C3BA33;
}
.TagClassName
{
border-color: #C3BA33;
}
</style>