Shades of Old Gold #C2B33E
Tints of Old Gold #C2B33E
RGB
CMYK
RGB Variations
Color information
#C2B33E (or 0xC2B33E) is known color: Old Gold. HEX triplet: C2, B3 and 3E. RGB value is (194,179,62). Sum of RGB (Red+Green+Blue) = 194+179+62=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B33E is #3D4CC1. Grayscale: #AAAAAA. Windows color (decimal): -4017346 or 4109250. OLE color: 4109250.
HSL color Cylindrical-coordinate representation of color #C2B33E: hue angle of 53.18º 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 #C2B33E is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 62 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.24 |
| HSL | 53.18º | 0.52% | 0.5% | - |
| HSV(B) | 53.18º | 0.68% | 0.76% | - |
| XYZ | 39.24 | 44.06 | 10.99 | - |
| YUV | 170.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 62 | 0 | 0.08 | 0.68 | 0.24 | 53.18 | 0.52 | 0.5 |
| Hex | C2 | B3 | 3E | 0 | 8 | 44 | 18 | 35 | 34 | 32 |
| Octal | 302 | 263 | 76 | 0 | 10 | 104 | 30 | 65 | 64 | 62 |
| Binary | 11000010 | 10110011 | 111110 | 0 | 1000 | 1000100 | 11000 | 110101 | 110100 | 110010 |
Color Harmonies of #C2B33E
Complementary color
Monochromatic Colors of #C2B33E
Black with #C2B33E
Text Example
Text Example
White with #C2B33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B33E; }
p { color: rgb(194,179,62); }
H1.HeaderClassName
{
color: #C2B33E;
}
.AnyTagClassName
{
color: #C2B33E;
}
</style>
background-color css
<style>
a { background-color: #C2B33E; }
a { background-color: rgb(194,179,62); }
div.DivClassName
{
background-color: #C2B33E;
}
.BgClassName
{
background-color: #C2B33E;
}
</style>
border-color css
<style>
span { border-color: #C2B33E; }
span { border-color: rgb(194,179,62); }
td.TdClassName
{
border-color: #C2B33E;
}
.TagClassName
{
border-color: #C2B33E;
}
</style>