Shades of Old Gold #C5B33D
Tints of Old Gold #C5B33D
RGB
CMYK
RGB Variations
Color information
#C5B33D (or 0xC5B33D) is known color: Old Gold. HEX triplet: C5, B3 and 3D. RGB value is (197,179,61). Sum of RGB (Red+Green+Blue) = 197+179+61=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B33D is #3A4CC2. Grayscale: #ABABAB. Windows color (decimal): -3820739 or 4043717. OLE color: 4043717.
HSL color Cylindrical-coordinate representation of color #C5B33D: hue angle of 52.06º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5B33D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 61 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.23 |
| HSL | 52.06º | 0.54% | 0.51% | - |
| HSV(B) | 52.06º | 0.69% | 0.77% | - |
| XYZ | 39.99 | 44.45 | 10.89 | - |
| YUV | 170.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 61 | 0 | 0.09 | 0.69 | 0.23 | 52.06 | 0.54 | 0.51 |
| Hex | C5 | B3 | 3D | 0 | 9 | 45 | 17 | 34 | 36 | 33 |
| Octal | 305 | 263 | 75 | 0 | 11 | 105 | 27 | 64 | 66 | 63 |
| Binary | 11000101 | 10110011 | 111101 | 0 | 1001 | 1000101 | 10111 | 110100 | 110110 | 110011 |
Color Harmonies of #C5B33D
Complementary color
Monochromatic Colors of #C5B33D
Black with #C5B33D
Text Example
Text Example
White with #C5B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B33D; }
p { color: rgb(197,179,61); }
H1.HeaderClassName
{
color: #C5B33D;
}
.AnyTagClassName
{
color: #C5B33D;
}
</style>
background-color css
<style>
a { background-color: #C5B33D; }
a { background-color: rgb(197,179,61); }
div.DivClassName
{
background-color: #C5B33D;
}
.BgClassName
{
background-color: #C5B33D;
}
</style>
border-color css
<style>
span { border-color: #C5B33D; }
span { border-color: rgb(197,179,61); }
td.TdClassName
{
border-color: #C5B33D;
}
.TagClassName
{
border-color: #C5B33D;
}
</style>