Shades of Old Gold #C5B83A
Tints of Old Gold #C5B83A
RGB
CMYK
RGB Variations
Color information
#C5B83A (or 0xC5B83A) is known color: Old Gold. HEX triplet: C5, B8 and 3A. RGB value is (197,184,58). Sum of RGB (Red+Green+Blue) = 197+184+58=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B83A is #3A47C5. Grayscale: #AEAEAE. Windows color (decimal): -3819462 or 3848389. OLE color: 3848389.
HSL color Cylindrical-coordinate representation of color #C5B83A: hue angle of 54.39º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5B83A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 58 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.23 |
| HSL | 54.39º | 0.55% | 0.5% | - |
| HSV(B) | 54.39º | 0.71% | 0.77% | - |
| XYZ | 40.93 | 46.46 | 10.81 | - |
| YUV | 173.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 58 | 0 | 0.07 | 0.71 | 0.23 | 54.39 | 0.55 | 0.5 |
| Hex | C5 | B8 | 3A | 0 | 7 | 47 | 17 | 36 | 37 | 32 |
| Octal | 305 | 270 | 72 | 0 | 7 | 107 | 27 | 66 | 67 | 62 |
| Binary | 11000101 | 10111000 | 111010 | 0 | 111 | 1000111 | 10111 | 110110 | 110111 | 110010 |
Color Harmonies of #C5B83A
Complementary color
Monochromatic Colors of #C5B83A
Black with #C5B83A
Text Example
Text Example
White with #C5B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B83A; }
p { color: rgb(197,184,58); }
H1.HeaderClassName
{
color: #C5B83A;
}
.AnyTagClassName
{
color: #C5B83A;
}
</style>
background-color css
<style>
a { background-color: #C5B83A; }
a { background-color: rgb(197,184,58); }
div.DivClassName
{
background-color: #C5B83A;
}
.BgClassName
{
background-color: #C5B83A;
}
</style>
border-color css
<style>
span { border-color: #C5B83A; }
span { border-color: rgb(197,184,58); }
td.TdClassName
{
border-color: #C5B83A;
}
.TagClassName
{
border-color: #C5B83A;
}
</style>