Shades of Old Gold #C7BA33
Tints of Old Gold #C7BA33
RGB
CMYK
RGB Variations
Color information
#C7BA33 (or 0xC7BA33) is known color: Old Gold. HEX triplet: C7, BA and 33. RGB value is (199,186,51). Sum of RGB (Red+Green+Blue) = 199+186+51=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA33 is #3845CC. Grayscale: #AFAFAF. Windows color (decimal): -3687885 or 3390151. OLE color: 3390151.
HSL color Cylindrical-coordinate representation of color #C7BA33: hue angle of 54.73º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7BA33 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 51 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.22 |
| HSL | 54.73º | 0.59% | 0.49% | - |
| HSV(B) | 54.73º | 0.74% | 0.78% | - |
| XYZ | 41.71 | 47.5 | 10.1 | - |
| YUV | 174.5 | 58.31 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 51 | 0 | 0.07 | 0.74 | 0.22 | 54.73 | 0.59 | 0.49 |
| Hex | C7 | BA | 33 | 0 | 7 | 4A | 16 | 37 | 3B | 31 |
| Octal | 307 | 272 | 63 | 0 | 7 | 112 | 26 | 67 | 73 | 61 |
| Binary | 11000111 | 10111010 | 110011 | 0 | 111 | 1001010 | 10110 | 110111 | 111011 | 110001 |
Color Harmonies of #C7BA33
Complementary color
Monochromatic Colors of #C7BA33
Black with #C7BA33
Text Example
Text Example
White with #C7BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA33; }
p { color: rgb(199,186,51); }
H1.HeaderClassName
{
color: #C7BA33;
}
.AnyTagClassName
{
color: #C7BA33;
}
</style>
background-color css
<style>
a { background-color: #C7BA33; }
a { background-color: rgb(199,186,51); }
div.DivClassName
{
background-color: #C7BA33;
}
.BgClassName
{
background-color: #C7BA33;
}
</style>
border-color css
<style>
span { border-color: #C7BA33; }
span { border-color: rgb(199,186,51); }
td.TdClassName
{
border-color: #C7BA33;
}
.TagClassName
{
border-color: #C7BA33;
}
</style>