Shades of Old Gold #C5B43B
Tints of Old Gold #C5B43B
RGB
CMYK
RGB Variations
Color information
#C5B43B (or 0xC5B43B) is known color: Old Gold. HEX triplet: C5, B4 and 3B. RGB value is (197,180,59). Sum of RGB (Red+Green+Blue) = 197+180+59=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B43B is #3A4BC4. Grayscale: #ABABAB. Windows color (decimal): -3820485 or 3912901. OLE color: 3912901.
HSL color Cylindrical-coordinate representation of color #C5B43B: hue angle of 52.61º 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 #C5B43B is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 59 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.23 |
| HSL | 52.61º | 0.54% | 0.5% | - |
| HSV(B) | 52.61º | 0.7% | 0.77% | - |
| XYZ | 40.14 | 44.83 | 10.68 | - |
| YUV | 171.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 59 | 0 | 0.09 | 0.70 | 0.23 | 52.61 | 0.54 | 0.5 |
| Hex | C5 | B4 | 3B | 0 | 9 | 46 | 17 | 35 | 36 | 32 |
| Octal | 305 | 264 | 73 | 0 | 11 | 106 | 27 | 65 | 66 | 62 |
| Binary | 11000101 | 10110100 | 111011 | 0 | 1001 | 1000110 | 10111 | 110101 | 110110 | 110010 |
Color Harmonies of #C5B43B
Complementary color
Monochromatic Colors of #C5B43B
Black with #C5B43B
Text Example
Text Example
White with #C5B43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B43B; }
p { color: rgb(197,180,59); }
H1.HeaderClassName
{
color: #C5B43B;
}
.AnyTagClassName
{
color: #C5B43B;
}
</style>
background-color css
<style>
a { background-color: #C5B43B; }
a { background-color: rgb(197,180,59); }
div.DivClassName
{
background-color: #C5B43B;
}
.BgClassName
{
background-color: #C5B43B;
}
</style>
border-color css
<style>
span { border-color: #C5B43B; }
span { border-color: rgb(197,180,59); }
td.TdClassName
{
border-color: #C5B43B;
}
.TagClassName
{
border-color: #C5B43B;
}
</style>