Shades of Old Gold #C0BD32
Tints of Old Gold #C0BD32
RGB
CMYK
RGB Variations
Color information
#C0BD32 (or 0xC0BD32) is known color: Old Gold. HEX triplet: C0, BD and 32. RGB value is (192,189,50). Sum of RGB (Red+Green+Blue) = 192+189+50=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD32 is #3F42CD. Grayscale: #AEAEAE. Windows color (decimal): -4145870 or 3325376. OLE color: 3325376.
HSL color Cylindrical-coordinate representation of color #C0BD32: hue angle of 58.73º 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 #C0BD32 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 50 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.25 |
| HSL | 58.73º | 0.59% | 0.47% | - |
| HSV(B) | 58.73º | 0.74% | 0.75% | - |
| XYZ | 40.51 | 47.83 | 10.11 | - |
| YUV | 174.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 50 | 0 | 0.02 | 0.74 | 0.25 | 58.73 | 0.59 | 0.47 |
| Hex | C0 | BD | 32 | 0 | 2 | 4A | 19 | 3B | 3B | 2F |
| Octal | 300 | 275 | 62 | 0 | 2 | 112 | 31 | 73 | 73 | 57 |
| Binary | 11000000 | 10111101 | 110010 | 0 | 10 | 1001010 | 11001 | 111011 | 111011 | 101111 |
Color Harmonies of #C0BD32
Complementary color
Monochromatic Colors of #C0BD32
Black with #C0BD32
Text Example
Text Example
White with #C0BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD32; }
p { color: rgb(192,189,50); }
H1.HeaderClassName
{
color: #C0BD32;
}
.AnyTagClassName
{
color: #C0BD32;
}
</style>
background-color css
<style>
a { background-color: #C0BD32; }
a { background-color: rgb(192,189,50); }
div.DivClassName
{
background-color: #C0BD32;
}
.BgClassName
{
background-color: #C0BD32;
}
</style>
border-color css
<style>
span { border-color: #C0BD32; }
span { border-color: rgb(192,189,50); }
td.TdClassName
{
border-color: #C0BD32;
}
.TagClassName
{
border-color: #C0BD32;
}
</style>