Shades of Old Gold #C7BB3A
Tints of Old Gold #C7BB3A
RGB
CMYK
RGB Variations
Color information
#C7BB3A (or 0xC7BB3A) is known color: Old Gold. HEX triplet: C7, BB and 3A. RGB value is (199,187,58). Sum of RGB (Red+Green+Blue) = 199+187+58=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB3A is #3844C5. Grayscale: #B0B0B0. Windows color (decimal): -3687622 or 3849159. OLE color: 3849159.
HSL color Cylindrical-coordinate representation of color #C7BB3A: hue angle of 54.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7BB3A is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 58 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.22 |
| HSL | 54.89º | 0.56% | 0.5% | - |
| HSV(B) | 54.89º | 0.71% | 0.78% | - |
| XYZ | 42.09 | 47.99 | 11.05 | - |
| YUV | 175.88 | 61.48 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 58 | 0 | 0.06 | 0.71 | 0.22 | 54.89 | 0.56 | 0.5 |
| Hex | C7 | BB | 3A | 0 | 6 | 47 | 16 | 37 | 38 | 32 |
| Octal | 307 | 273 | 72 | 0 | 6 | 107 | 26 | 67 | 70 | 62 |
| Binary | 11000111 | 10111011 | 111010 | 0 | 110 | 1000111 | 10110 | 110111 | 111000 | 110010 |
Color Harmonies of #C7BB3A
Complementary color
Monochromatic Colors of #C7BB3A
Black with #C7BB3A
Text Example
Text Example
White with #C7BB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB3A; }
p { color: rgb(199,187,58); }
H1.HeaderClassName
{
color: #C7BB3A;
}
.AnyTagClassName
{
color: #C7BB3A;
}
</style>
background-color css
<style>
a { background-color: #C7BB3A; }
a { background-color: rgb(199,187,58); }
div.DivClassName
{
background-color: #C7BB3A;
}
.BgClassName
{
background-color: #C7BB3A;
}
</style>
border-color css
<style>
span { border-color: #C7BB3A; }
span { border-color: rgb(199,187,58); }
td.TdClassName
{
border-color: #C7BB3A;
}
.TagClassName
{
border-color: #C7BB3A;
}
</style>