Shades of Old Gold #C5B330
Tints of Old Gold #C5B330
RGB
CMYK
RGB Variations
Color information
#C5B330 (or 0xC5B330) is known color: Old Gold. HEX triplet: C5, B3 and 30. RGB value is (197,179,48). Sum of RGB (Red+Green+Blue) = 197+179+48=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B330 is #3A4CCF. Grayscale: #A9A9A9. Windows color (decimal): -3820752 or 3191749. OLE color: 3191749.
HSL color Cylindrical-coordinate representation of color #C5B330: hue angle of 52.75º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5B330 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 48 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.23 |
| HSL | 52.75º | 0.61% | 0.48% | - |
| HSV(B) | 52.75º | 0.76% | 0.77% | - |
| XYZ | 39.68 | 44.32 | 9.26 | - |
| YUV | 169.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 48 | 0 | 0.09 | 0.76 | 0.23 | 52.75 | 0.61 | 0.48 |
| Hex | C5 | B3 | 30 | 0 | 9 | 4C | 17 | 35 | 3D | 30 |
| Octal | 305 | 263 | 60 | 0 | 11 | 114 | 27 | 65 | 75 | 60 |
| Binary | 11000101 | 10110011 | 110000 | 0 | 1001 | 1001100 | 10111 | 110101 | 111101 | 110000 |
Color Harmonies of #C5B330
Complementary color
Monochromatic Colors of #C5B330
Black with #C5B330
Text Example
Text Example
White with #C5B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B330; }
p { color: rgb(197,179,48); }
H1.HeaderClassName
{
color: #C5B330;
}
.AnyTagClassName
{
color: #C5B330;
}
</style>
background-color css
<style>
a { background-color: #C5B330; }
a { background-color: rgb(197,179,48); }
div.DivClassName
{
background-color: #C5B330;
}
.BgClassName
{
background-color: #C5B330;
}
</style>
border-color css
<style>
span { border-color: #C5B330; }
span { border-color: rgb(197,179,48); }
td.TdClassName
{
border-color: #C5B330;
}
.TagClassName
{
border-color: #C5B330;
}
</style>