Shades of Old Gold #C4B731
Tints of Old Gold #C4B731
RGB
CMYK
RGB Variations
Color information
#C4B731 (or 0xC4B731) is known color: Old Gold. HEX triplet: C4, B7 and 31. RGB value is (196,183,49). Sum of RGB (Red+Green+Blue) = 196+183+49=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B731 is #3B48CE. Grayscale: #ACACAC. Windows color (decimal): -3885263 or 3258308. OLE color: 3258308.
HSL color Cylindrical-coordinate representation of color #C4B731: hue angle of 54.69º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4B731 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 49 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.23 |
| HSL | 54.69º | 0.6% | 0.48% | - |
| HSV(B) | 54.69º | 0.75% | 0.77% | - |
| XYZ | 40.25 | 45.82 | 9.63 | - |
| YUV | 171.61 | 58.81 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 49 | 0 | 0.07 | 0.75 | 0.23 | 54.69 | 0.6 | 0.48 |
| Hex | C4 | B7 | 31 | 0 | 7 | 4B | 17 | 37 | 3C | 30 |
| Octal | 304 | 267 | 61 | 0 | 7 | 113 | 27 | 67 | 74 | 60 |
| Binary | 11000100 | 10110111 | 110001 | 0 | 111 | 1001011 | 10111 | 110111 | 111100 | 110000 |
Color Harmonies of #C4B731
Complementary color
Monochromatic Colors of #C4B731
Black with #C4B731
Text Example
Text Example
White with #C4B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B731; }
p { color: rgb(196,183,49); }
H1.HeaderClassName
{
color: #C4B731;
}
.AnyTagClassName
{
color: #C4B731;
}
</style>
background-color css
<style>
a { background-color: #C4B731; }
a { background-color: rgb(196,183,49); }
div.DivClassName
{
background-color: #C4B731;
}
.BgClassName
{
background-color: #C4B731;
}
</style>
border-color css
<style>
span { border-color: #C4B731; }
span { border-color: rgb(196,183,49); }
td.TdClassName
{
border-color: #C4B731;
}
.TagClassName
{
border-color: #C4B731;
}
</style>