Shades of Old Gold #C1B738
Tints of Old Gold #C1B738
RGB
CMYK
RGB Variations
Color information
#C1B738 (or 0xC1B738) is known color: Old Gold. HEX triplet: C1, B7 and 38. RGB value is (193,183,56). Sum of RGB (Red+Green+Blue) = 193+183+56=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 56 (22.27% from 255 or 12.96% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B738 is #3E48C7. Grayscale: #ACACAC. Windows color (decimal): -4081864 or 3717057. OLE color: 3717057.
HSL color Cylindrical-coordinate representation of color #C1B738: hue angle of 55.62º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1B738 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 56 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.24 |
| HSL | 55.62º | 0.55% | 0.49% | - |
| HSV(B) | 55.62º | 0.71% | 0.76% | - |
| XYZ | 39.64 | 45.49 | 10.43 | - |
| YUV | 171.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 56 | 0 | 0.05 | 0.71 | 0.24 | 55.62 | 0.55 | 0.49 |
| Hex | C1 | B7 | 38 | 0 | 5 | 47 | 18 | 38 | 37 | 31 |
| Octal | 301 | 267 | 70 | 0 | 5 | 107 | 30 | 70 | 67 | 61 |
| Binary | 11000001 | 10110111 | 111000 | 0 | 101 | 1000111 | 11000 | 111000 | 110111 | 110001 |
Color Harmonies of #C1B738
Complementary color
Monochromatic Colors of #C1B738
Black with #C1B738
Text Example
Text Example
White with #C1B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B738; }
p { color: rgb(193,183,56); }
H1.HeaderClassName
{
color: #C1B738;
}
.AnyTagClassName
{
color: #C1B738;
}
</style>
background-color css
<style>
a { background-color: #C1B738; }
a { background-color: rgb(193,183,56); }
div.DivClassName
{
background-color: #C1B738;
}
.BgClassName
{
background-color: #C1B738;
}
</style>
border-color css
<style>
span { border-color: #C1B738; }
span { border-color: rgb(193,183,56); }
td.TdClassName
{
border-color: #C1B738;
}
.TagClassName
{
border-color: #C1B738;
}
</style>