Shades of Old Gold #C4B93F
Tints of Old Gold #C4B93F
RGB
CMYK
RGB Variations
Color information
#C4B93F (or 0xC4B93F) is known color: Old Gold. HEX triplet: C4, B9 and 3F. RGB value is (196,185,63). Sum of RGB (Red+Green+Blue) = 196+185+63=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B93F is #3B46C0. Grayscale: #AEAEAE. Windows color (decimal): -3884737 or 4176324. OLE color: 4176324.
HSL color Cylindrical-coordinate representation of color #C4B93F: hue angle of 55.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4B93F is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 63 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.23 |
| HSL | 55.04º | 0.53% | 0.51% | - |
| HSV(B) | 55.04º | 0.68% | 0.77% | - |
| XYZ | 41.01 | 46.79 | 11.57 | - |
| YUV | 174.38 | 65.14 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 63 | 0 | 0.06 | 0.68 | 0.23 | 55.04 | 0.53 | 0.51 |
| Hex | C4 | B9 | 3F | 0 | 6 | 44 | 17 | 37 | 35 | 33 |
| Octal | 304 | 271 | 77 | 0 | 6 | 104 | 27 | 67 | 65 | 63 |
| Binary | 11000100 | 10111001 | 111111 | 0 | 110 | 1000100 | 10111 | 110111 | 110101 | 110011 |
Color Harmonies of #C4B93F
Complementary color
Monochromatic Colors of #C4B93F
Black with #C4B93F
Text Example
Text Example
White with #C4B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B93F; }
p { color: rgb(196,185,63); }
H1.HeaderClassName
{
color: #C4B93F;
}
.AnyTagClassName
{
color: #C4B93F;
}
</style>
background-color css
<style>
a { background-color: #C4B93F; }
a { background-color: rgb(196,185,63); }
div.DivClassName
{
background-color: #C4B93F;
}
.BgClassName
{
background-color: #C4B93F;
}
</style>
border-color css
<style>
span { border-color: #C4B93F; }
span { border-color: rgb(196,185,63); }
td.TdClassName
{
border-color: #C4B93F;
}
.TagClassName
{
border-color: #C4B93F;
}
</style>