Shades of Old Gold #C7BB34
Tints of Old Gold #C7BB34
RGB
CMYK
RGB Variations
Color information
#C7BB34 (or 0xC7BB34) is known color: Old Gold. HEX triplet: C7, BB and 34. RGB value is (199,187,52). Sum of RGB (Red+Green+Blue) = 199+187+52=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB34 is #3844CB. Grayscale: #AFAFAF. Windows color (decimal): -3687628 or 3455943. OLE color: 3455943.
HSL color Cylindrical-coordinate representation of color #C7BB34: hue angle of 55.1º 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 #C7BB34 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 52 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.22 |
| HSL | 55.1º | 0.59% | 0.49% | - |
| HSV(B) | 55.1º | 0.74% | 0.78% | - |
| XYZ | 41.94 | 47.93 | 10.29 | - |
| YUV | 175.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 52 | 0 | 0.06 | 0.74 | 0.22 | 55.1 | 0.59 | 0.49 |
| Hex | C7 | BB | 34 | 0 | 6 | 4A | 16 | 37 | 3B | 31 |
| Octal | 307 | 273 | 64 | 0 | 6 | 112 | 26 | 67 | 73 | 61 |
| Binary | 11000111 | 10111011 | 110100 | 0 | 110 | 1001010 | 10110 | 110111 | 111011 | 110001 |
Color Harmonies of #C7BB34
Complementary color
Monochromatic Colors of #C7BB34
Black with #C7BB34
Text Example
Text Example
White with #C7BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB34; }
p { color: rgb(199,187,52); }
H1.HeaderClassName
{
color: #C7BB34;
}
.AnyTagClassName
{
color: #C7BB34;
}
</style>
background-color css
<style>
a { background-color: #C7BB34; }
a { background-color: rgb(199,187,52); }
div.DivClassName
{
background-color: #C7BB34;
}
.BgClassName
{
background-color: #C7BB34;
}
</style>
border-color css
<style>
span { border-color: #C7BB34; }
span { border-color: rgb(199,187,52); }
td.TdClassName
{
border-color: #C7BB34;
}
.TagClassName
{
border-color: #C7BB34;
}
</style>