Shades of Old Gold #C2B03D
Tints of Old Gold #C2B03D
RGB
CMYK
RGB Variations
Color information
#C2B03D (or 0xC2B03D) is known color: Old Gold. HEX triplet: C2, B0 and 3D. RGB value is (194,176,61). Sum of RGB (Red+Green+Blue) = 194+176+61=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03D is #3D4FC2. Grayscale: #A8A8A8. Windows color (decimal): -4018115 or 4042946. OLE color: 4042946.
HSL color Cylindrical-coordinate representation of color #C2B03D: hue angle of 51.88º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2B03D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 61 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.24 |
| HSL | 51.88º | 0.52% | 0.5% | - |
| HSV(B) | 51.88º | 0.69% | 0.76% | - |
| XYZ | 38.62 | 42.86 | 10.65 | - |
| YUV | 168.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 61 | 0 | 0.09 | 0.69 | 0.24 | 51.88 | 0.52 | 0.5 |
| Hex | C2 | B0 | 3D | 0 | 9 | 45 | 18 | 34 | 34 | 32 |
| Octal | 302 | 260 | 75 | 0 | 11 | 105 | 30 | 64 | 64 | 62 |
| Binary | 11000010 | 10110000 | 111101 | 0 | 1001 | 1000101 | 11000 | 110100 | 110100 | 110010 |
Color Harmonies of #C2B03D
Complementary color
Monochromatic Colors of #C2B03D
Black with #C2B03D
Text Example
Text Example
White with #C2B03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B03D; }
p { color: rgb(194,176,61); }
H1.HeaderClassName
{
color: #C2B03D;
}
.AnyTagClassName
{
color: #C2B03D;
}
</style>
background-color css
<style>
a { background-color: #C2B03D; }
a { background-color: rgb(194,176,61); }
div.DivClassName
{
background-color: #C2B03D;
}
.BgClassName
{
background-color: #C2B03D;
}
</style>
border-color css
<style>
span { border-color: #C2B03D; }
span { border-color: rgb(194,176,61); }
td.TdClassName
{
border-color: #C2B03D;
}
.TagClassName
{
border-color: #C2B03D;
}
</style>