Shades of Old Gold #C5B135
Tints of Old Gold #C5B135
RGB
CMYK
RGB Variations
Color information
#C5B135 (or 0xC5B135) is known color: Old Gold. HEX triplet: C5, B1 and 35. RGB value is (197,177,53). Sum of RGB (Red+Green+Blue) = 197+177+53=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B135 is #3A4ECA. Grayscale: #A9A9A9. Windows color (decimal): -3821259 or 3518917. OLE color: 3518917.
HSL color Cylindrical-coordinate representation of color #C5B135: hue angle of 51.67º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5B135 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 53 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.23 |
| HSL | 51.67º | 0.58% | 0.49% | - |
| HSV(B) | 51.67º | 0.73% | 0.77% | - |
| XYZ | 39.39 | 43.57 | 9.7 | - |
| YUV | 168.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 53 | 0 | 0.10 | 0.73 | 0.23 | 51.67 | 0.58 | 0.49 |
| Hex | C5 | B1 | 35 | 0 | A | 49 | 17 | 34 | 3A | 31 |
| Octal | 305 | 261 | 65 | 0 | 12 | 111 | 27 | 64 | 72 | 61 |
| Binary | 11000101 | 10110001 | 110101 | 0 | 1010 | 1001001 | 10111 | 110100 | 111010 | 110001 |
Color Harmonies of #C5B135
Complementary color
Monochromatic Colors of #C5B135
Black with #C5B135
Text Example
Text Example
White with #C5B135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B135; }
p { color: rgb(197,177,53); }
H1.HeaderClassName
{
color: #C5B135;
}
.AnyTagClassName
{
color: #C5B135;
}
</style>
background-color css
<style>
a { background-color: #C5B135; }
a { background-color: rgb(197,177,53); }
div.DivClassName
{
background-color: #C5B135;
}
.BgClassName
{
background-color: #C5B135;
}
</style>
border-color css
<style>
span { border-color: #C5B135; }
span { border-color: rgb(197,177,53); }
td.TdClassName
{
border-color: #C5B135;
}
.TagClassName
{
border-color: #C5B135;
}
</style>