Shades of Old Gold #C0BD3C
Tints of Old Gold #C0BD3C
RGB
CMYK
RGB Variations
Color information
#C0BD3C (or 0xC0BD3C) is known color: Old Gold. HEX triplet: C0, BD and 3C. RGB value is (192,189,60). Sum of RGB (Red+Green+Blue) = 192+189+60=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3C is #3F42C3. Grayscale: #AFAFAF. Windows color (decimal): -4145860 or 3980736. OLE color: 3980736.
HSL color Cylindrical-coordinate representation of color #C0BD3C: hue angle of 58.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0BD3C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 60 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.25 |
| HSL | 58.64º | 0.52% | 0.49% | - |
| HSV(B) | 58.64º | 0.69% | 0.75% | - |
| XYZ | 40.75 | 47.93 | 11.38 | - |
| YUV | 175.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 60 | 0 | 0.02 | 0.69 | 0.25 | 58.64 | 0.52 | 0.49 |
| Hex | C0 | BD | 3C | 0 | 2 | 45 | 19 | 3B | 34 | 31 |
| Octal | 300 | 275 | 74 | 0 | 2 | 105 | 31 | 73 | 64 | 61 |
| Binary | 11000000 | 10111101 | 111100 | 0 | 10 | 1000101 | 11001 | 111011 | 110100 | 110001 |
Color Harmonies of #C0BD3C
Complementary color
Monochromatic Colors of #C0BD3C
Black with #C0BD3C
Text Example
Text Example
White with #C0BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD3C; }
p { color: rgb(192,189,60); }
H1.HeaderClassName
{
color: #C0BD3C;
}
.AnyTagClassName
{
color: #C0BD3C;
}
</style>
background-color css
<style>
a { background-color: #C0BD3C; }
a { background-color: rgb(192,189,60); }
div.DivClassName
{
background-color: #C0BD3C;
}
.BgClassName
{
background-color: #C0BD3C;
}
</style>
border-color css
<style>
span { border-color: #C0BD3C; }
span { border-color: rgb(192,189,60); }
td.TdClassName
{
border-color: #C0BD3C;
}
.TagClassName
{
border-color: #C0BD3C;
}
</style>