Shades of Old Gold #C5B334
Tints of Old Gold #C5B334
RGB
CMYK
RGB Variations
Color information
#C5B334 (or 0xC5B334) is known color: Old Gold. HEX triplet: C5, B3 and 34. RGB value is (197,179,52). Sum of RGB (Red+Green+Blue) = 197+179+52=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B334 is #3A4CCB. Grayscale: #AAAAAA. Windows color (decimal): -3820748 or 3453893. OLE color: 3453893.
HSL color Cylindrical-coordinate representation of color #C5B334: hue angle of 52.55º degrees, saturation: 0.58, 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 #C5B334 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 52 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.23 |
| HSL | 52.55º | 0.58% | 0.49% | - |
| HSV(B) | 52.55º | 0.74% | 0.77% | - |
| XYZ | 39.77 | 44.36 | 9.71 | - |
| YUV | 169.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 52 | 0 | 0.09 | 0.74 | 0.23 | 52.55 | 0.58 | 0.49 |
| Hex | C5 | B3 | 34 | 0 | 9 | 4A | 17 | 35 | 3A | 31 |
| Octal | 305 | 263 | 64 | 0 | 11 | 112 | 27 | 65 | 72 | 61 |
| Binary | 11000101 | 10110011 | 110100 | 0 | 1001 | 1001010 | 10111 | 110101 | 111010 | 110001 |
Color Harmonies of #C5B334
Complementary color
Monochromatic Colors of #C5B334
Black with #C5B334
Text Example
Text Example
White with #C5B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B334; }
p { color: rgb(197,179,52); }
H1.HeaderClassName
{
color: #C5B334;
}
.AnyTagClassName
{
color: #C5B334;
}
</style>
background-color css
<style>
a { background-color: #C5B334; }
a { background-color: rgb(197,179,52); }
div.DivClassName
{
background-color: #C5B334;
}
.BgClassName
{
background-color: #C5B334;
}
</style>
border-color css
<style>
span { border-color: #C5B334; }
span { border-color: rgb(197,179,52); }
td.TdClassName
{
border-color: #C5B334;
}
.TagClassName
{
border-color: #C5B334;
}
</style>