Shades of Old Gold #C5B142
Tints of Old Gold #C5B142
RGB
CMYK
RGB Variations
Color information
#C5B142 (or 0xC5B142) is known color: Old Gold. HEX triplet: C5, B1 and 42. RGB value is (197,177,66). Sum of RGB (Red+Green+Blue) = 197+177+66=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B142 is #3A4EBD. Grayscale: #AAAAAA. Windows color (decimal): -3821246 or 4370885. OLE color: 4370885.
HSL color Cylindrical-coordinate representation of color #C5B142: hue angle of 50.84º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5B142 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 66 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.23 |
| HSL | 50.84º | 0.53% | 0.52% | - |
| HSV(B) | 50.84º | 0.66% | 0.77% | - |
| XYZ | 39.73 | 43.71 | 11.5 | - |
| YUV | 170.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 66 | 0 | 0.10 | 0.66 | 0.23 | 50.84 | 0.53 | 0.52 |
| Hex | C5 | B1 | 42 | 0 | A | 42 | 17 | 33 | 35 | 34 |
| Octal | 305 | 261 | 102 | 0 | 12 | 102 | 27 | 63 | 65 | 64 |
| Binary | 11000101 | 10110001 | 1000010 | 0 | 1010 | 1000010 | 10111 | 110011 | 110101 | 110100 |
Color Harmonies of #C5B142
Complementary color
Monochromatic Colors of #C5B142
Black with #C5B142
Text Example
Text Example
White with #C5B142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B142; }
p { color: rgb(197,177,66); }
H1.HeaderClassName
{
color: #C5B142;
}
.AnyTagClassName
{
color: #C5B142;
}
</style>
background-color css
<style>
a { background-color: #C5B142; }
a { background-color: rgb(197,177,66); }
div.DivClassName
{
background-color: #C5B142;
}
.BgClassName
{
background-color: #C5B142;
}
</style>
border-color css
<style>
span { border-color: #C5B142; }
span { border-color: rgb(197,177,66); }
td.TdClassName
{
border-color: #C5B142;
}
.TagClassName
{
border-color: #C5B142;
}
</style>