Shades of Old Gold #C0BD31
Tints of Old Gold #C0BD31
RGB
CMYK
RGB Variations
Color information
#C0BD31 (or 0xC0BD31) is known color: Old Gold. HEX triplet: C0, BD and 31. RGB value is (192,189,49). Sum of RGB (Red+Green+Blue) = 192+189+49=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD31 is #3F42CE. Grayscale: #AEAEAE. Windows color (decimal): -4145871 or 3259840. OLE color: 3259840.
HSL color Cylindrical-coordinate representation of color #C0BD31: hue angle of 58.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0BD31 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 49 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.25 |
| HSL | 58.74º | 0.59% | 0.47% | - |
| HSV(B) | 58.74º | 0.74% | 0.75% | - |
| XYZ | 40.49 | 47.82 | 10 | - |
| YUV | 173.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 49 | 0 | 0.02 | 0.74 | 0.25 | 58.74 | 0.59 | 0.47 |
| Hex | C0 | BD | 31 | 0 | 2 | 4A | 19 | 3B | 3B | 2F |
| Octal | 300 | 275 | 61 | 0 | 2 | 112 | 31 | 73 | 73 | 57 |
| Binary | 11000000 | 10111101 | 110001 | 0 | 10 | 1001010 | 11001 | 111011 | 111011 | 101111 |
Color Harmonies of #C0BD31
Complementary color
Monochromatic Colors of #C0BD31
Black with #C0BD31
Text Example
Text Example
White with #C0BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD31; }
p { color: rgb(192,189,49); }
H1.HeaderClassName
{
color: #C0BD31;
}
.AnyTagClassName
{
color: #C0BD31;
}
</style>
background-color css
<style>
a { background-color: #C0BD31; }
a { background-color: rgb(192,189,49); }
div.DivClassName
{
background-color: #C0BD31;
}
.BgClassName
{
background-color: #C0BD31;
}
</style>
border-color css
<style>
span { border-color: #C0BD31; }
span { border-color: rgb(192,189,49); }
td.TdClassName
{
border-color: #C0BD31;
}
.TagClassName
{
border-color: #C0BD31;
}
</style>