Shades of Old Gold #C1BE3D
Tints of Old Gold #C1BE3D
RGB
CMYK
RGB Variations
Color information
#C1BE3D (or 0xC1BE3D) is known color: Old Gold. HEX triplet: C1, BE and 3D. RGB value is (193,190,61). Sum of RGB (Red+Green+Blue) = 193+190+61=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE3D is #3E41C2. Grayscale: #B0B0B0. Windows color (decimal): -4080067 or 4046529. OLE color: 4046529.
HSL color Cylindrical-coordinate representation of color #C1BE3D: hue angle of 58.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1BE3D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 61 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.24 |
| HSL | 58.64º | 0.52% | 0.5% | - |
| HSV(B) | 58.64º | 0.68% | 0.76% | - |
| XYZ | 41.25 | 48.5 | 11.6 | - |
| YUV | 176.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 61 | 0 | 0.02 | 0.68 | 0.24 | 58.64 | 0.52 | 0.5 |
| Hex | C1 | BE | 3D | 0 | 2 | 44 | 18 | 3B | 34 | 32 |
| Octal | 301 | 276 | 75 | 0 | 2 | 104 | 30 | 73 | 64 | 62 |
| Binary | 11000001 | 10111110 | 111101 | 0 | 10 | 1000100 | 11000 | 111011 | 110100 | 110010 |
Color Harmonies of #C1BE3D
Complementary color
Monochromatic Colors of #C1BE3D
Black with #C1BE3D
Text Example
Text Example
White with #C1BE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE3D; }
p { color: rgb(193,190,61); }
H1.HeaderClassName
{
color: #C1BE3D;
}
.AnyTagClassName
{
color: #C1BE3D;
}
</style>
background-color css
<style>
a { background-color: #C1BE3D; }
a { background-color: rgb(193,190,61); }
div.DivClassName
{
background-color: #C1BE3D;
}
.BgClassName
{
background-color: #C1BE3D;
}
</style>
border-color css
<style>
span { border-color: #C1BE3D; }
span { border-color: rgb(193,190,61); }
td.TdClassName
{
border-color: #C1BE3D;
}
.TagClassName
{
border-color: #C1BE3D;
}
</style>