Shades of Old Gold #C4B738
Tints of Old Gold #C4B738
RGB
CMYK
RGB Variations
Color information
#C4B738 (or 0xC4B738) is known color: Old Gold. HEX triplet: C4, B7 and 38. RGB value is (196,183,56). Sum of RGB (Red+Green+Blue) = 196+183+56=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B738 is #3B48C7. Grayscale: #ACACAC. Windows color (decimal): -3885256 or 3717060. OLE color: 3717060.
HSL color Cylindrical-coordinate representation of color #C4B738: hue angle of 54.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4B738 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 56 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.23 |
| HSL | 54.43º | 0.56% | 0.49% | - |
| HSV(B) | 54.43º | 0.71% | 0.77% | - |
| XYZ | 40.41 | 45.89 | 10.47 | - |
| YUV | 172.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 56 | 0 | 0.07 | 0.71 | 0.23 | 54.43 | 0.56 | 0.49 |
| Hex | C4 | B7 | 38 | 0 | 7 | 47 | 17 | 36 | 38 | 31 |
| Octal | 304 | 267 | 70 | 0 | 7 | 107 | 27 | 66 | 70 | 61 |
| Binary | 11000100 | 10110111 | 111000 | 0 | 111 | 1000111 | 10111 | 110110 | 111000 | 110001 |
Color Harmonies of #C4B738
Complementary color
Monochromatic Colors of #C4B738
Black with #C4B738
Text Example
Text Example
White with #C4B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B738; }
p { color: rgb(196,183,56); }
H1.HeaderClassName
{
color: #C4B738;
}
.AnyTagClassName
{
color: #C4B738;
}
</style>
background-color css
<style>
a { background-color: #C4B738; }
a { background-color: rgb(196,183,56); }
div.DivClassName
{
background-color: #C4B738;
}
.BgClassName
{
background-color: #C4B738;
}
</style>
border-color css
<style>
span { border-color: #C4B738; }
span { border-color: rgb(196,183,56); }
td.TdClassName
{
border-color: #C4B738;
}
.TagClassName
{
border-color: #C4B738;
}
</style>