Shades of Old Gold #C2BD3E
Tints of Old Gold #C2BD3E
RGB
CMYK
RGB Variations
Color information
#C2BD3E (or 0xC2BD3E) is known color: Old Gold. HEX triplet: C2, BD and 3E. RGB value is (194,189,62). Sum of RGB (Red+Green+Blue) = 194+189+62=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD3E is #3D42C1. Grayscale: #B0B0B0. Windows color (decimal): -4014786 or 4111810. OLE color: 4111810.
HSL color Cylindrical-coordinate representation of color #C2BD3E: hue angle of 57.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2BD3E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 62 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.24 |
| HSL | 57.73º | 0.52% | 0.5% | - |
| HSV(B) | 57.73º | 0.68% | 0.76% | - |
| XYZ | 41.32 | 48.21 | 11.69 | - |
| YUV | 176.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 62 | 0 | 0.03 | 0.68 | 0.24 | 57.73 | 0.52 | 0.5 |
| Hex | C2 | BD | 3E | 0 | 3 | 44 | 18 | 3A | 34 | 32 |
| Octal | 302 | 275 | 76 | 0 | 3 | 104 | 30 | 72 | 64 | 62 |
| Binary | 11000010 | 10111101 | 111110 | 0 | 11 | 1000100 | 11000 | 111010 | 110100 | 110010 |
Color Harmonies of #C2BD3E
Complementary color
Monochromatic Colors of #C2BD3E
Black with #C2BD3E
Text Example
Text Example
White with #C2BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD3E; }
p { color: rgb(194,189,62); }
H1.HeaderClassName
{
color: #C2BD3E;
}
.AnyTagClassName
{
color: #C2BD3E;
}
</style>
background-color css
<style>
a { background-color: #C2BD3E; }
a { background-color: rgb(194,189,62); }
div.DivClassName
{
background-color: #C2BD3E;
}
.BgClassName
{
background-color: #C2BD3E;
}
</style>
border-color css
<style>
span { border-color: #C2BD3E; }
span { border-color: rgb(194,189,62); }
td.TdClassName
{
border-color: #C2BD3E;
}
.TagClassName
{
border-color: #C2BD3E;
}
</style>