Shades of Old Gold #C5B833
Tints of Old Gold #C5B833
RGB
CMYK
RGB Variations
Color information
#C5B833 (or 0xC5B833) is known color: Old Gold. HEX triplet: C5, B8 and 33. RGB value is (197,184,51). Sum of RGB (Red+Green+Blue) = 197+184+51=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B833 is #3A47CC. Grayscale: #ADADAD. Windows color (decimal): -3819469 or 3389637. OLE color: 3389637.
HSL color Cylindrical-coordinate representation of color #C5B833: hue angle of 54.66º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5B833 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 51 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.23 |
| HSL | 54.66º | 0.59% | 0.49% | - |
| HSV(B) | 54.66º | 0.74% | 0.77% | - |
| XYZ | 40.76 | 46.39 | 9.94 | - |
| YUV | 172.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 51 | 0 | 0.07 | 0.74 | 0.23 | 54.66 | 0.59 | 0.49 |
| Hex | C5 | B8 | 33 | 0 | 7 | 4A | 17 | 37 | 3B | 31 |
| Octal | 305 | 270 | 63 | 0 | 7 | 112 | 27 | 67 | 73 | 61 |
| Binary | 11000101 | 10111000 | 110011 | 0 | 111 | 1001010 | 10111 | 110111 | 111011 | 110001 |
Color Harmonies of #C5B833
Complementary color
Monochromatic Colors of #C5B833
Black with #C5B833
Text Example
Text Example
White with #C5B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B833; }
p { color: rgb(197,184,51); }
H1.HeaderClassName
{
color: #C5B833;
}
.AnyTagClassName
{
color: #C5B833;
}
</style>
background-color css
<style>
a { background-color: #C5B833; }
a { background-color: rgb(197,184,51); }
div.DivClassName
{
background-color: #C5B833;
}
.BgClassName
{
background-color: #C5B833;
}
</style>
border-color css
<style>
span { border-color: #C5B833; }
span { border-color: rgb(197,184,51); }
td.TdClassName
{
border-color: #C5B833;
}
.TagClassName
{
border-color: #C5B833;
}
</style>