Shades of Old Gold #C4B136
Tints of Old Gold #C4B136
RGB
CMYK
RGB Variations
Color information
#C4B136 (or 0xC4B136) is known color: Old Gold. HEX triplet: C4, B1 and 36. RGB value is (196,177,54). Sum of RGB (Red+Green+Blue) = 196+177+54=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B136 is #3B4EC9. Grayscale: #A9A9A9. Windows color (decimal): -3886794 or 3584452. OLE color: 3584452.
HSL color Cylindrical-coordinate representation of color #C4B136: hue angle of 51.97º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4B136 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 54 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.23 |
| HSL | 51.97º | 0.57% | 0.49% | - |
| HSV(B) | 51.97º | 0.72% | 0.77% | - |
| XYZ | 39.15 | 43.45 | 9.81 | - |
| YUV | 168.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 54 | 0 | 0.10 | 0.72 | 0.23 | 51.97 | 0.57 | 0.49 |
| Hex | C4 | B1 | 36 | 0 | A | 48 | 17 | 34 | 39 | 31 |
| Octal | 304 | 261 | 66 | 0 | 12 | 110 | 27 | 64 | 71 | 61 |
| Binary | 11000100 | 10110001 | 110110 | 0 | 1010 | 1001000 | 10111 | 110100 | 111001 | 110001 |
Color Harmonies of #C4B136
Complementary color
Monochromatic Colors of #C4B136
Black with #C4B136
Text Example
Text Example
White with #C4B136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B136; }
p { color: rgb(196,177,54); }
H1.HeaderClassName
{
color: #C4B136;
}
.AnyTagClassName
{
color: #C4B136;
}
</style>
background-color css
<style>
a { background-color: #C4B136; }
a { background-color: rgb(196,177,54); }
div.DivClassName
{
background-color: #C4B136;
}
.BgClassName
{
background-color: #C4B136;
}
</style>
border-color css
<style>
span { border-color: #C4B136; }
span { border-color: rgb(196,177,54); }
td.TdClassName
{
border-color: #C4B136;
}
.TagClassName
{
border-color: #C4B136;
}
</style>