Shades of Old Gold #C4B93B
Tints of Old Gold #C4B93B
RGB
CMYK
RGB Variations
Color information
#C4B93B (or 0xC4B93B) is known color: Old Gold. HEX triplet: C4, B9 and 3B. RGB value is (196,185,59). Sum of RGB (Red+Green+Blue) = 196+185+59=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B93B is #3B46C4. Grayscale: #AEAEAE. Windows color (decimal): -3884741 or 3914180. OLE color: 3914180.
HSL color Cylindrical-coordinate representation of color #C4B93B: hue angle of 55.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B93B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 59 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.23 |
| HSL | 55.18º | 0.54% | 0.5% | - |
| HSV(B) | 55.18º | 0.7% | 0.77% | - |
| XYZ | 40.9 | 46.75 | 11.01 | - |
| YUV | 173.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 59 | 0 | 0.06 | 0.70 | 0.23 | 55.18 | 0.54 | 0.5 |
| Hex | C4 | B9 | 3B | 0 | 6 | 46 | 17 | 37 | 36 | 32 |
| Octal | 304 | 271 | 73 | 0 | 6 | 106 | 27 | 67 | 66 | 62 |
| Binary | 11000100 | 10111001 | 111011 | 0 | 110 | 1000110 | 10111 | 110111 | 110110 | 110010 |
Color Harmonies of #C4B93B
Complementary color
Monochromatic Colors of #C4B93B
Black with #C4B93B
Text Example
Text Example
White with #C4B93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B93B; }
p { color: rgb(196,185,59); }
H1.HeaderClassName
{
color: #C4B93B;
}
.AnyTagClassName
{
color: #C4B93B;
}
</style>
background-color css
<style>
a { background-color: #C4B93B; }
a { background-color: rgb(196,185,59); }
div.DivClassName
{
background-color: #C4B93B;
}
.BgClassName
{
background-color: #C4B93B;
}
</style>
border-color css
<style>
span { border-color: #C4B93B; }
span { border-color: rgb(196,185,59); }
td.TdClassName
{
border-color: #C4B93B;
}
.TagClassName
{
border-color: #C4B93B;
}
</style>