Shades of Old Gold #C5B134
Tints of Old Gold #C5B134
RGB
CMYK
RGB Variations
Color information
#C5B134 (or 0xC5B134) is known color: Old Gold. HEX triplet: C5, B1 and 34. RGB value is (197,177,52). Sum of RGB (Red+Green+Blue) = 197+177+52=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B134 is #3A4ECB. Grayscale: #A9A9A9. Windows color (decimal): -3821260 or 3453381. OLE color: 3453381.
HSL color Cylindrical-coordinate representation of color #C5B134: hue angle of 51.72º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5B134 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 52 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.23 |
| HSL | 51.72º | 0.58% | 0.49% | - |
| HSV(B) | 51.72º | 0.74% | 0.77% | - |
| XYZ | 39.37 | 43.56 | 9.58 | - |
| YUV | 168.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 52 | 0 | 0.10 | 0.74 | 0.23 | 51.72 | 0.58 | 0.49 |
| Hex | C5 | B1 | 34 | 0 | A | 4A | 17 | 34 | 3A | 31 |
| Octal | 305 | 261 | 64 | 0 | 12 | 112 | 27 | 64 | 72 | 61 |
| Binary | 11000101 | 10110001 | 110100 | 0 | 1010 | 1001010 | 10111 | 110100 | 111010 | 110001 |
Color Harmonies of #C5B134
Complementary color
Monochromatic Colors of #C5B134
Black with #C5B134
Text Example
Text Example
White with #C5B134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B134; }
p { color: rgb(197,177,52); }
H1.HeaderClassName
{
color: #C5B134;
}
.AnyTagClassName
{
color: #C5B134;
}
</style>
background-color css
<style>
a { background-color: #C5B134; }
a { background-color: rgb(197,177,52); }
div.DivClassName
{
background-color: #C5B134;
}
.BgClassName
{
background-color: #C5B134;
}
</style>
border-color css
<style>
span { border-color: #C5B134; }
span { border-color: rgb(197,177,52); }
td.TdClassName
{
border-color: #C5B134;
}
.TagClassName
{
border-color: #C5B134;
}
</style>