Shades of Old Gold #C5B642
Tints of Old Gold #C5B642
RGB
CMYK
RGB Variations
Color information
#C5B642 (or 0xC5B642) is known color: Old Gold. HEX triplet: C5, B6 and 42. RGB value is (197,182,66). Sum of RGB (Red+Green+Blue) = 197+182+66=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B642 is #3A49BD. Grayscale: #ADADAD. Windows color (decimal): -3819966 or 4372165. OLE color: 4372165.
HSL color Cylindrical-coordinate representation of color #C5B642: hue angle of 53.13º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5B642 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 182 | 66 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.23 |
| HSL | 53.13º | 0.53% | 0.52% | - |
| HSV(B) | 53.13º | 0.66% | 0.77% | - |
| XYZ | 40.74 | 45.72 | 11.83 | - |
| YUV | 173.26 | 67.47 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 66 | 0 | 0.08 | 0.66 | 0.23 | 53.13 | 0.53 | 0.52 |
| Hex | C5 | B6 | 42 | 0 | 8 | 42 | 17 | 35 | 35 | 34 |
| Octal | 305 | 266 | 102 | 0 | 10 | 102 | 27 | 65 | 65 | 64 |
| Binary | 11000101 | 10110110 | 1000010 | 0 | 1000 | 1000010 | 10111 | 110101 | 110101 | 110100 |
Color Harmonies of #C5B642
Complementary color
Monochromatic Colors of #C5B642
Black with #C5B642
Text Example
Text Example
White with #C5B642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B642; }
p { color: rgb(197,182,66); }
H1.HeaderClassName
{
color: #C5B642;
}
.AnyTagClassName
{
color: #C5B642;
}
</style>
background-color css
<style>
a { background-color: #C5B642; }
a { background-color: rgb(197,182,66); }
div.DivClassName
{
background-color: #C5B642;
}
.BgClassName
{
background-color: #C5B642;
}
</style>
border-color css
<style>
span { border-color: #C5B642; }
span { border-color: rgb(197,182,66); }
td.TdClassName
{
border-color: #C5B642;
}
.TagClassName
{
border-color: #C5B642;
}
</style>