Shades of Old Gold #C5B743
Tints of Old Gold #C5B743
RGB
CMYK
RGB Variations
Color information
#C5B743 (or 0xC5B743) is known color: Old Gold. HEX triplet: C5, B7 and 43. RGB value is (197,183,67). Sum of RGB (Red+Green+Blue) = 197+183+67=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B743 is #3A48BC. Grayscale: #AEAEAE. Windows color (decimal): -3819709 or 4437957. OLE color: 4437957.
HSL color Cylindrical-coordinate representation of color #C5B743: hue angle of 53.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5B743 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 67 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.23 |
| HSL | 53.54º | 0.53% | 0.52% | - |
| HSV(B) | 53.54º | 0.66% | 0.77% | - |
| XYZ | 40.97 | 46.14 | 12.06 | - |
| YUV | 173.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 67 | 0 | 0.07 | 0.66 | 0.23 | 53.54 | 0.53 | 0.52 |
| Hex | C5 | B7 | 43 | 0 | 7 | 42 | 17 | 36 | 35 | 34 |
| Octal | 305 | 267 | 103 | 0 | 7 | 102 | 27 | 66 | 65 | 64 |
| Binary | 11000101 | 10110111 | 1000011 | 0 | 111 | 1000010 | 10111 | 110110 | 110101 | 110100 |
Color Harmonies of #C5B743
Complementary color
Monochromatic Colors of #C5B743
Black with #C5B743
Text Example
Text Example
White with #C5B743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B743; }
p { color: rgb(197,183,67); }
H1.HeaderClassName
{
color: #C5B743;
}
.AnyTagClassName
{
color: #C5B743;
}
</style>
background-color css
<style>
a { background-color: #C5B743; }
a { background-color: rgb(197,183,67); }
div.DivClassName
{
background-color: #C5B743;
}
.BgClassName
{
background-color: #C5B743;
}
</style>
border-color css
<style>
span { border-color: #C5B743; }
span { border-color: rgb(197,183,67); }
td.TdClassName
{
border-color: #C5B743;
}
.TagClassName
{
border-color: #C5B743;
}
</style>